pub trait StaticHash128 {
// Required method
fn get_hash(&self) -> u128;
}Expand description
A trait that provides a static prehashed 128-bit hash.
Required Methods§
Trait Implementations§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".