Function pear::combinators::many

source ·
pub fn many<I: Input, O, F>(input: &mut I, f: F) -> Result<O, I>where
    F: Fn(&mut I) -> Result<O, I>,