pub trait FdbHash {
// Required method
fn hash(&self) -> u32;
}Expand description
This trait is implemented on all types that represent a field value
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".