pub trait StaticHash128 {
// Required method
fn get_hash(&self) -> u128;
}
Expand description
A trait that provides a static prehashed 128-bit hash.
pub trait StaticHash128 {
// Required method
fn get_hash(&self) -> u128;
}
A trait that provides a static prehashed 128-bit hash.