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