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

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

InputStream over byte slice