Type Definition sp_runtime::UpperOf [−][src]
type UpperOf<P> = <P as PerThing>::Upper;
Expand description
Re-export top-level arithmetic stuff.
Get the upper type of a PerThing
.
type UpperOf<P> = <P as PerThing>::Upper;
Re-export top-level arithmetic stuff.
Get the upper type of a PerThing
.