Type Definition InnerOf
sp_arithmetic::per_things
type InnerOf<P> = <P as PerThing>::Inner;
Get the inner type of a PerThing.
PerThing