Trait Hashable

Source
pub trait Hashable {
    // Required method
    fn hash_custom(&self) -> FixedBytes<32>;
}

Required Methods§

Source

fn hash_custom(&self) -> FixedBytes<32>

Implementations on Foreign Types§

Source§

impl Hashable for (u128, Timestamp)

Source§

impl Hashable for u128

Source§

impl Hashable for Vec<u8>

Source§

impl Hashable for Bytes

Implementors§