Struct tokenizer_lib::GeneratorTokenQueueBuffer [−][src]
pub struct GeneratorTokenQueueBuffer<'a, T: PartialEq, TData>(_);Expand description
A wrapping struct for the cache around GeneratorTokenQueue. Use as the second parameter
in the generator/lexer function