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

Loading content...

Required methods

fn from_uint(val: &Self::Uint) -> Self[src]

fn into_uint(&self) -> Self::Uint[src]

Loading content...

Implementors

impl BigEndianHash for H64[src]

type Uint = U64

impl BigEndianHash for H128[src]

type Uint = U128

impl BigEndianHash for H256[src]

type Uint = U256

impl BigEndianHash for H512[src]

type Uint = U512

Loading content...