Trait sp_election_providers::PerThing128[][src]

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

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

Implementors

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

Loading content...