Type Definition ByteStream
antlr_rust::input_stream
type ByteStream<'a> = InputStream<&'a [u8]>;
InputStream over byte slice
InputStream