pub trait Sha256Hashable {
// Required method
fn hash(&self, hasher: &mut Sha256Hasher);
}
Expand description
Types that can be hashed by a hasher
pub trait Sha256Hashable {
// Required method
fn hash(&self, hasher: &mut Sha256Hasher);
}
Types that can be hashed by a hasher