Trait polkadot_sdk_frame::arithmetic::RationalArg
pub trait RationalArg: Clone + Ord + Div<Output = Self> + Rem<Output = Self> + Add<Output = Self> + AddAssign + Unsigned + Zero + One + MultiplyRational { }
Object Safety§
This trait is not object safe.