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