Type Definition sp_arithmetic::per_things::InnerOf [−][src]
type InnerOf<P> = <P as PerThing>::Inner;
Expand description
Get the inner type of a PerThing
.
type InnerOf<P> = <P as PerThing>::Inner;
Get the inner type of a PerThing
.