Constant tagua_parser::tokens::CASE
[−]
[src]
pub const CASE: &'static [u8]=b"case"
The CASE token.
Represent a case in a switch control structure, e.g. switch (…) { case …: …; }.