Type Definition antlr_rust::input_stream::CodePoint8BitCharStream[][src]

pub type CodePoint8BitCharStream<'a> = InputStream<&'a [u8]>;
Expand description

InputStream which treats the input as a series of Unicode code points that fit into u8