Constant tagua_parser::tokens::IMPLEMENTS [] [src]

pub const IMPLEMENTS: &'static [u8] = b"implements"

The IMPLEMENTS token.

Represent the implementation operator, e.g. class C implements I { … }.