SmartHash

Trait SmartHash 

Source
pub trait SmartHash {
    type option;

    // Required method
    fn into_option(&self) -> Self::option;
}

Required Associated Types§

Required Methods§

Source

fn into_option(&self) -> Self::option

Implementors§