pub fn map_into_err_with_args<S: ErrKindExt, T: Into<S>, Args: IntoIterator<Item = (&'static str, String)>>(
loc: &'static str,
args: Args,
) -> impl FnOnce(T) -> Error
pub fn map_into_err_with_args<S: ErrKindExt, T: Into<S>, Args: IntoIterator<Item = (&'static str, String)>>(
loc: &'static str,
args: Args,
) -> impl FnOnce(T) -> Error