pub const INTERFACE: &'static [u8] = b"interface";
The INTERFACE token.
INTERFACE
Represent the interface declaration operator, e.g. interface I { … }.
interface I { … }