Constant tagua_parser::tokens::NAMESPACE
[−]
[src]
pub const NAMESPACE: &'static [u8]=
b"namespace"
The NAMESPACE
token.
Represent the namespace declaration operator or the current namespace name, e.g. namespace N;
.