pub trait ConstHash {
// Required method
fn const_hash(&self) -> u64;
}Expand description
Minimalist substitute of Hash that we can call in const fn.
pub trait ConstHash {
// Required method
fn const_hash(&self) -> u64;
}Minimalist substitute of Hash that we can call in const fn.