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

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

InputStream over byte slice