referrerpolicy=no-referrer-when-downgrade

Type Alias polkadot_node_subsystem::gen::OrchestraResult

pub type OrchestraResult<T> = Result<T, OrchestraError>;
Expand description

Alias for a result with error type OrchestraError.

Aliased Type§

enum OrchestraResult<T> {
    Ok(T),
    Err(OrchestraError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(OrchestraError)

Contains the error value