Enum syntex_syntax::parse::token::Lit
[−]
[src]
pub enum Lit { Byte(Name), Char(Name), Integer(Name), Float(Name), Str_(Name), StrRaw(Name, usize), ByteStr(Name), ByteStrRaw(Name, usize), }
Variants
Byte | |
Char | |
Integer | |
Float | |
Str_ | |
StrRaw | |
ByteStr | |
ByteStrRaw |