[−][src]Trait antlr_rust::char_stream::InputData
Trait for input that can be accepted by InputStream
to be able to provide lexer with data.
Public for implementation reasons.
Implementations on Foreign Types
impl<T: Into<u32> + From<u8> + TryFrom<u32> + Copy + Debug + 'static> InputData for [T] where
<T as TryFrom<u32>>::Error: Debug,
[src]
<T as TryFrom<u32>>::Error: Debug,