Trait sp_arithmetic::per_things::RationalArg
source · pub trait RationalArg: Clone + Ord + Div<Self, Output = Self> + Rem<Self, Output = Self> + Add<Self, Output = Self> + AddAssign<Self> + Unsigned + Zero + One { }
pub trait RationalArg: Clone + Ord + Div<Self, Output = Self> + Rem<Self, Output = Self> + Add<Self, Output = Self> + AddAssign<Self> + Unsigned + Zero + One { }