Enum scan_rules::scanner::QuotedString
[−]
[src]
pub enum QuotedString {}
Scans a quoted string.
Specifically, it scans the quoting format used by the Debug
formatter for strings.
The scanned string has all escape sequences expanded to their values, and the surrounding quotes removed.