Function lexers::scan_quoted_string [] [src]

pub fn scan_quoted_string(
    scanner: &mut Scanner<char>,
    q: char
) -> Option<String>