Trait AsUInt

Source
pub trait AsUInt {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn as_uint(self) -> Self::Output

Implementors§