lrpar

Trait 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§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§