Type Definition antlr_rust::token::CommonToken[][src]

pub type CommonToken<'a> = GenericToken<Cow<'a, str>>;
Expand description

Most versatile Token that uses Cow to save data Can be used seamlessly switch from owned to zero-copy parsing

Trait Implementations

Returns the “default value” for a type. Read more