[][src]Function pulldown_cmark::scanners::scan_while

pub fn scan_while<F>(data: &str, f: F) -> usize where
    F: Fn(u8) -> bool