Trait ToU64

Source
pub trait ToU64 {
    type Output;

    // Required method
    fn to_u64(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn to_u64(self) -> Self::Output

Implementors§