IntDType

Trait IntDType 

Source
pub trait IntDType:
    NumDType<Category = IntCategory>
    + Bounded
    + Pow<usize>
    + Ord {
    // Provided method
    fn is_true(self) -> bool { ... }
}

Provided Methods§

Source

fn is_true(self) -> bool

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 IntDType for i8

Source§

impl IntDType for i16

Source§

impl IntDType for i32

Source§

impl IntDType for u8

Source§

impl IntDType for u16

Source§

impl IntDType for u32

Source§

impl IntDType for usize

Implementors§