funty

Trait AtLeast8

Source
pub trait AtLeast8: Numeric { }
Expand description

Declare that a type is eight or more bits wide.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl AtLeast8 for f32

Source§

impl AtLeast8 for f64

Source§

impl AtLeast8 for i8

Source§

impl AtLeast8 for i16

Source§

impl AtLeast8 for i32

Source§

impl AtLeast8 for i64

Source§

impl AtLeast8 for i128

Source§

impl AtLeast8 for isize

Source§

impl AtLeast8 for u8

Source§

impl AtLeast8 for u16

Source§

impl AtLeast8 for u32

Source§

impl AtLeast8 for u64

Source§

impl AtLeast8 for u128

Source§

impl AtLeast8 for usize

Implementors§