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

Ease the use of subsystem errors.