Struct stream_zipper::input_helper::InputHandler[][src]

pub struct InputHandler<'l> { /* fields omitted */ }

Implementations

impl<'l> InputHandler<'l>[src]

pub fn take_storage(
    reader_storage: &mut Vec<u8>,
    orig_input: &'l [u8]
) -> InputHandler<'l>
[src]

pub fn return_storage(self, reader_storage: &mut Vec<u8>)[src]

pub fn get_unparsed<'s>(&'s self) -> Input<'l, 's>[src]

pub fn consumed<'s>(&'s mut self, bytes: usize) -> Input<'l, 's>[src]

pub fn extend_input(&mut self) -> usize[src]

Auto Trait Implementations

impl<'l> RefUnwindSafe for InputHandler<'l>

impl<'l> Send for InputHandler<'l>

impl<'l> Sync for InputHandler<'l>

impl<'l> Unpin for InputHandler<'l>

impl<'l> UnwindSafe for InputHandler<'l>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.