Constant tagua_parser::tokens::CLASS
[−]
[src]
pub const CLASS: &'static [u8]=b"class"
The CLASS token.
Represent the class declaration operator, e.g. class C { … }.