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

Aliased Type§

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

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(DispatchError)

Contains the error value