Constant tagua_parser::tokens::USE [] [src]

pub const USE: &'static [u8] = b"use"

The USE token.

Represent the importing operator (for namespaces or traits for instance, or variable in the scope), e.g. use C\D; or function () use ($x) { … }.