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

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

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