Constant tagua_parser::tokens::INCLUDE_ONCE [] [src]

pub const INCLUDE_ONCE: &'static [u8] = b"include_once"

The INCLUDE_ONCE token.

Represent the import once operator, e.g. include_once $x;.