Constant tagua_parser::tokens::DYNAMIC_CALL [] [src]

pub const DYNAMIC_CALL: &'static [u8] = b"->"

The DYNAMIC_CALL token.

Represent the dynamic method call operator, e.g. $object->method().