pub trait FdbHash { // Required method fn hash(&self) -> u32; }
This trait is implemented on all types that represent a field value
Get the hash value