pub trait NumericType: PartialOrd + PartialEq + Debug + Copy + Send + Sync + Sized + Default + 'static { }

Implementations on Foreign Types§

Implementors§