Trait lrpar::LexerTypes

source ·
pub trait LexerTypes: Debug
where usize: AsPrimitive<Self::StorageT>,
{ type LexemeT: Lexeme<Self::StorageT>; type StorageT: 'static + Debug + Hash + PrimInt + Unsigned; type LexErrorT: LexError; }

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§