Trait linera_base::crypto::Hashable
source · pub trait Hashable<Hasher> {
// Required method
fn write(&self, hasher: &mut Hasher);
}Expand description
Something that we know how to hash.
pub trait Hashable<Hasher> {
// Required method
fn write(&self, hasher: &mut Hasher);
}Something that we know how to hash.