Trait lrpar::LexerTypes
source · pub trait LexerTypes: Debug{
type LexemeT: Lexeme<Self::StorageT>;
type StorageT: 'static + Debug + Hash + PrimInt + Unsigned;
type LexErrorT: LexError;
}
Required Associated Types§
type LexemeT: Lexeme<Self::StorageT>
type StorageT: 'static + Debug + Hash + PrimInt + Unsigned
type LexErrorT: LexError
Object Safety§
This trait is not object safe.