Type Definition polkadot_node_subsystem::gen::OrchestraResult
source · pub type OrchestraResult<T> = Result<T, OrchestraError>;
Expand description
Alias for a result with error type OrchestraError
.
pub type OrchestraResult<T> = Result<T, OrchestraError>;
Alias for a result with error type OrchestraError
.