Constant INTERFACE

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

The INTERFACE token.

Represent the interface declaration operator, e.g. interface I { … }.