pub trait PerThing128: PerThing + Mul<ExtendedBalance, Output = ExtendedBalance> { }
Expand description

Aggregator trait for a PerThing that can be multiplied by u128 (ExtendedBalance).

Implementors§