Constant tagua_parser::tokens::CALLABLE [] [src]

pub const CALLABLE: &'static [u8] = b"callable"

The CALLABLE token.

Represent the callable meta-type, e.g. function f(callable $x) { … }.