pub trait FdbHash {
    fn hash(&self) -> u32;
}
Expand description

This trait is implemented on all types that represent a field value

Required Methods

Get the hash value

Implementations on Foreign Types

Implementors