Constant tagua_parser::tokens::LEFT_CURLY_BRACKET
[−]
[src]
pub const LEFT_CURLY_BRACKET: &'static [u8]=b"{"
The LEFT_CURLY_BRACKET token.
Used to open a block, e.g. if (…) { … }.