Function map_try_fold
pub(in ::iter::adapters::map) fn map_try_fold<'a, T, B, Acc, R>(f: &'a mut impl FnMut(T) -> B, g: impl FnMut(Acc, B) -> R + 'a) -> impl FnMut(Acc, T) -> R + 'a
map_try_foldpub(in ::iter::adapters::map) fn map_try_fold<'a, T, B, Acc, R>(f: &'a mut impl FnMut(T) -> B, g: impl FnMut(Acc, B) -> R + 'a) -> impl FnMut(Acc, T) -> R + 'a