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