referrerpolicy=no-referrer-when-downgrade
frame_election_provider_support

Trait PerThing128

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

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

§

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