Thanks to visit codestin.com
Credit goes to docs.rs

IntegralType

Trait IntegralType 

Source
pub trait IntegralType { }
Expand description

Trait qualifier for given type indicating computability of covariance

Implementations on Foreign Types§

Source§

impl IntegralType for bool

Source§

impl IntegralType for i16

Source§

impl IntegralType for i32

Source§

impl IntegralType for i64

Source§

impl IntegralType for u8

Source§

impl IntegralType for u16

Source§

impl IntegralType for u32

Source§

impl IntegralType for u64

Implementors§