Function parse_while_true

Source
pub fn parse_while_true<F>(f: F) -> Parser<String>
where F: FnMut(char) -> bool + 'static,