[][src]Type Definition sp_runtime::DispatchResult

type DispatchResult = Result<(), DispatchError>;

Result of a module function call; either nothing (functions are only called for "side effects") or an error message.