Type Definition sp_runtime::DispatchResultWithInfo [−][src]
type DispatchResultWithInfo<T> = Result<T, DispatchErrorWithPostInfo<T>>;
Return type of a Dispatchable
which contains the DispatchResult
and additional information
about the Dispatchable
that is only known post dispatch.