pub trait Hashable {
// Required method
fn hash_custom(&self) -> FixedBytes<32>;
}Required Methods§
fn hash_custom(&self) -> FixedBytes<32>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".