Function lib::parsers::flow::take_while[][src]

pub fn take_while(f: Box<Fn(&u8) -> bool>) -> TypeWhile