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

A Result type that wraps SubsystemError.