Type Definition polkadot_overseer::SubsystemResult

source ·
pub type SubsystemResult<T> = Result<T, SubsystemError>;
Expand description

Ease the use of subsystem errors.