pub trait ResultMapErrInto<U> { type Output; // Required method fn map_err_into(self) -> Self::Output; }