Constant tagua_parser::tokens::STATIC_CALL
[−]
[src]
pub const STATIC_CALL: &'static [u8]=
b"::"
The STATIC_CALL
token.
Represent the static method call operator, e.g. class::method()
.