[][src]Trait hash_browns::numbers::ToU32Int

pub trait ToU32Int {
    fn to_u32(&self) -> u32;
}

Specifies conversion method to unsigned 32 bit

Required methods

fn to_u32(&self) -> u32

Loading content...

Implementors

impl ToU32Int for ByteInt32[src]

Loading content...