Type Alias sp_runtime::legacy::byte_sized_error::DispatchOutcome

source ·
pub type DispatchOutcome = Result<(), DispatchError>;
Expand description

DispatchOutcome type definition before BlockBuilder API version 6.

Aliased Type§

enum DispatchOutcome {
    Ok(()),
    Err(DispatchError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(DispatchError)

Contains the error value