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

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

Implementors§

source§

impl<T> PerThing128 for Twhere T: PerThing<Output = u128> + Mul<u128>,