Constant tagua_parser::tokens::TRAIT [] [src]

pub const TRAIT: &'static [u8] = b"trait"

The TRAIT token.

Represent the trait declaration operator, e.g. trait T { … }.