[][src]Trait hash_browns::numbers::ToU64Int

pub trait ToU64Int {
    fn to_u64(&self) -> u64;
}

Specifies conversion method to unsigned 64 bit

Required methods

fn to_u64(&self) -> u64

Loading content...

Implementors

impl ToU64Int for ByteInt64[src]

Loading content...