macro_rules! from_sub_error {
    ($error_type:ident, $sub_error_type:ident) => { ... };
}
Expand description

Helper macro for implementing from sub error types for the error in OutcomeOrError