pub type Result = Result<(), DispatchError>;

Aliased Type§

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

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(DispatchError)

Contains the error value