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

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

Implementors§