Trait AtLeast32
funty
pub trait AtLeast32: IsNumber { }
Declare that a type is thirty-two or more bits wide.
impl AtLeast32 for f32
impl AtLeast32 for f64
impl AtLeast32 for i32
impl AtLeast32 for i64
impl AtLeast32 for i128
impl AtLeast32 for isize
impl AtLeast32 for u32
impl AtLeast32 for u64
impl AtLeast32 for u128
impl AtLeast32 for usize