Skip to main content

Hashable

Trait Hashable 

Source
pub trait Hashable {
    // Required method
    fn content_hash(&self) -> [u8; 32];
}
Expand description

Any type that can produce a deterministic content hash.

Required Methods§

Source

fn content_hash(&self) -> [u8; 32]

Implementors§