Skip to main content

parse_raw_string

Function parse_raw_string 

Source
pub fn parse_raw_string<'a>(input: &mut &'a str) -> WResult<&'a str>
Expand description

Parse a raw string r#“…”# or r“…“ (compat) without processing escapes.