pub trait HashConvert<T> {
// Required method
fn convert_into(&self) -> (T, bool);
}
Required Methods§
Sourcefn convert_into(&self) -> (T, bool)
fn convert_into(&self) -> (T, bool)
Convert a fixed hash into another, return the new fixed hash and if it be truncated.