pub trait U32Ext { // Required method fn bps(self) -> Bps; }
Extension trait that adds convenience methods to the u32 type
u32
Wrap in Bps
Bps