[−][src]Trait swim_codec::input::Input
Associated Types
type Token
Required methods
Loading content...Provided methods
fn is_in(&mut self) -> bool
fn is_out(&mut self) -> bool
fn is_over(&mut self) -> bool
ⓘImportant traits for InputIterator<I>fn into_iter(self) -> InputIterator<Self> where
Self: Sized,
ⓘImportant traits for InputIterator<I>
Self: Sized,
Implementors
impl<'a, T: 'a + Clone> Input for SliceInput<'a, T>
[src]
type Token = T
fn head(&mut self) -> Step<T>
[src]
fn step(&mut self)
[src]
fn over(&mut self)
[src]
fn is_in(&mut self) -> bool
[src]
fn is_out(&mut self) -> bool
[src]
fn is_over(&mut self) -> bool
[src]
ⓘImportant traits for InputIterator<I>fn into_iter(self) -> InputIterator<Self> where
Self: Sized,
[src]
ⓘImportant traits for InputIterator<I>
Self: Sized,
impl<I: Input<Token = u8>> Input for Utf8Input<I>
[src]
type Token = char
fn head(&mut self) -> Step<char>
[src]
fn step(&mut self)
[src]
fn over(&mut self)
[src]
fn is_in(&mut self) -> bool
[src]
fn is_out(&mut self) -> bool
[src]
fn is_over(&mut self) -> bool
[src]
ⓘImportant traits for InputIterator<I>fn into_iter(self) -> InputIterator<Self> where
Self: Sized,
[src]
ⓘImportant traits for InputIterator<I>
Self: Sized,