Type Definition sp_runtime::traits::DispatchInfoOf [−][src]
type DispatchInfoOf<T> = <T as Dispatchable>::Info;
Shortcut to reference the Info
type of a Dispatchable
.
type DispatchInfoOf<T> = <T as Dispatchable>::Info;
Shortcut to reference the Info
type of a Dispatchable
.