pub trait IntoHash: Sealed { // Required method fn into_hash(self) -> Hash; }
Trait for types which can be converted into a Hash.
Convert current type into a hash.