Trait lrpar::LexerTypes

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

Required Associated Types§

Implementors§