Type Definition tp_runtime::DispatchResult[][src]

type DispatchResult = Result<(), DispatchError>;
Expand description

This is the legacy return type of Dispatchable. It is still exposed for compatibility reasons. The new return type is DispatchResultWithInfo. FABRIC runtimes should use fabric_support::dispatch::DispatchResult.