Constant AS

Source
pub const AS: &'static [u8] = b"as";
Expand description

The AS token.

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