Constant tagua_parser::tokens::ENDSWITCH
[−]
[src]
pub const ENDSWITCH: &'static [u8]=b"endswitch"
The ENDSWITCH token.
Represent the end of a switch block, e.g. switch(…): … endswitch.