Trait polkadot_sdk_frame::arithmetic::MultiplyArg
pub trait MultiplyArg: Clone + Rem<Output = Self> + Div<Output = Self> + Mul<Output = Self> + Add<Output = Self> + Unsigned { }
Object Safety§
This trait is not object safe.