IntegerDataType

Trait IntegerDataType 

Source
pub trait IntegerDataType: NumericDataType + Ord { }

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

Source§

impl IntegerDataType for i16

Source§

impl IntegerDataType for i32

Source§

impl IntegerDataType for i64

Source§

impl IntegerDataType for i128

Source§

impl IntegerDataType for isize

Source§

impl IntegerDataType for u8

Source§

impl IntegerDataType for u16

Source§

impl IntegerDataType for u32

Source§

impl IntegerDataType for u64

Source§

impl IntegerDataType for u128

Source§

impl IntegerDataType for usize

Implementors§