pub trait U32Ext {
    fn bps(self) -> Bps;
}
Expand description

Extension trait that adds convenience methods to the u32 type

Required Methods§

Wrap in Bps

Implementations on Foreign Types§

Implementors§