Constant tagua_parser::tokens::REQUIRE_ONCE
[−]
[src]
pub const REQUIRE_ONCE: &'static [u8]=
b"require_once"
The REQUIRE_ONCE
token.
Represent the import once operator, e.g. require_once $x;
.