pub trait Hashable {
// Required method
fn hash(&self) -> ContributionHash;
}
Expand description
Represents an item that can be hashed.
pub trait Hashable {
// Required method
fn hash(&self) -> ContributionHash;
}
Represents an item that can be hashed.