Type Definition polkadot_node_subsystem::SubsystemResult [−][src]
pub type SubsystemResult<T> = Result<T, SubsystemError>;
Expand description
Ease the use of subsystem errors.
pub type SubsystemResult<T> = Result<T, SubsystemError>;
Ease the use of subsystem errors.