Type Definition sp_runtime::InnerOf
source · pub type InnerOf<P> = <P as PerThing>::Inner;
Expand description
Re-export top-level arithmetic stuff.
Get the inner type of a PerThing
.
pub type InnerOf<P> = <P as PerThing>::Inner;
Re-export top-level arithmetic stuff.
Get the inner type of a PerThing
.