[−][src]Type Definition frame_support::dispatch::DispatchResult
type DispatchResult = Result<(), DispatchError>;
Result of a module function call; either nothing (functions are only called for "side effects") or an error message.