Trait rust_extra::powersOfTwo::AsU32 [] [src]

pub trait AsU32 {
    fn as_u32(&self) -> u32;
}

Required Methods

Implementors