Function pa_rs::parse_while_true

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