Struct scan_rules::scanner::Ident
[−]
[src]
pub struct Ident<'a, Output = &'a str>(_);
Scans a single identifier into a string.
Specifically, this will match a single XID_Start
character (or underscore) followed by zero or more XID_Continue
characters.