Function pear::parsers::take_some_while [] [src]

pub fn take_some_while<I: Input, F>(input: &mut I,
                                    condition: F)
                                    -> ParseResult<I, I::Many> where F: FnMut(I::Token) -> bool