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