Type Definition polkadot_overseer::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.