Constant tagua_parser::tokens::AS [] [src]

pub const AS: &'static [u8] = b"as"

The AS token.

Represent the alias operator, e.g. use Foo\Bar as Baz.