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

pub type OwningToken = GenericToken<String>;
Expand description

Token that owns its data

Trait Implementations

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