Skip to main content

scan_str

Function scan_str 

Source
pub fn scan_str<'a>(
    s: &'a str,
    f: impl FnMut(&Iterator<'a>) -> bool,
) -> Option<Error>
Expand description

Like scan, but accepts &str directly.