[][src]Trait lib_xch::public::traits::CheckedType

pub trait CheckedType: Num + Copy + FromStr + Integer + Scalar + Signed + NumAssign + Display + Clone { }

The trait which must be implemented.

Implementations on Foreign Types

impl CheckedType for i8
[src]

impl CheckedType for i16
[src]

impl CheckedType for i32
[src]

impl CheckedType for i64
[src]

impl CheckedType for i128
[src]

impl CheckedType for isize
[src]

Loading content...

Implementors

Loading content...