pub trait MapErrFn<EI, EO>: 'static + Sync + Send + UnwindSafe + RefUnwindSafe + Fn(EI) -> EO { }
Function that can be used in MapErr drain
MapErr