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