Trait tp_election_providers::PerThing128[][src]

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

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

Implementors

impl<T> PerThing128 for T where
    T: PerThing + Mul<u128, Output = u128>, 
[src]

Loading content...