[−][src]Module cfg_expr::expr::lexer
Structs
| Lexer | Allows iteration through a cfg expression, yielding
a token or a |
| LexerToken | A wrapper around a particular token that includes the span of the characters in the original string, for diagnostic purposes |
Enums
| Token | A single token in a cfg expression https://doc.rust-lang.org/reference/conditional-compilation.html |