[][src]Trait swim_codec::input::OffsetInput

pub trait OffsetInput: Input {
    fn offset(&self) -> usize;
}

Required methods

fn offset(&self) -> usize

Loading content...

Implementors

impl<'a, T: 'a + Clone> OffsetInput for SliceInput<'a, T>[src]

impl<I: OffsetInput<Token = u8>> OffsetInput for Utf8Input<I>[src]

Loading content...