Type Definition sp_runtime::DispatchResultWithInfo
source · pub type DispatchResultWithInfo<T> = Result<T, DispatchErrorWithPostInfo<T>>;
Expand description
Return type of a Dispatchable
which contains the DispatchResult
and additional information
about the Dispatchable
that is only known post dispatch.