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

type OwningToken = GenericToken<String>;

Token that owns its data

Trait Implementations

impl Default for &OwningToken[src]

impl<'a> TidAble<'a> for OwningToken[src]