[][src]Module antlr_rust::char_stream

Traits

CharStream

Provides underlying data for Tokens.

InputData

Trait for input that can be accepted by InputStream to be able to provide lexer with data. Is sealed for now just in case.