Trait vapory_types::BigEndianHash[][src]

pub trait BigEndianHash {
    type Uint;
    fn from_uint(val: &Self::Uint) -> Self;
fn into_uint(&self) -> Self::Uint; }

Associated Types

Required methods

Implementors