Trait acgmath::BaseNum [] [src]

pub trait BaseNum where
    Self: Copy + Clone + Debug,
    Self: Num + NumCast,
    Self: PartialOrd + PartialOrd,
    Self: AddAssign + SubAssign,
    Self: MulAssign + DivAssign + RemAssign
{ }

Base numeric types with partial ordering

Implementors