Function lip::chomp_while1[][src]

pub fn chomp_while1<'a, F: 'a, S: Clone + 'a>(
    predicate: F,
    expecting: &'a str
) -> BoxedParser<'a, (), S> where
    F: Fn(&str) -> bool
Expand description

Chomp one or more graphemes if they pass the test.