[][src]Function binserde::try_iter::try_iter

pub fn try_iter<T, R, E, I, F>(iter: I, mapper: F) -> Result<R, E> where
    I: Iterator<Item = Result<T, E>>,
    F: FnOnce(TryIter<'_, E, I>) -> R,