[][src]Trait cookie_factory::Skip

pub trait Skip: Write {
    fn skip(s: WriteContext<Self>, s: usize) -> GenResult<Self>
    where
        Self: Sized
; }

Trait for Write types that allow skipping over the data

Required methods

fn skip(s: WriteContext<Self>, s: usize) -> GenResult<Self> where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl<'_> Skip for &'_ mut [u8][src]

Loading content...

Implementors

impl<'_> Skip for Cursor<&'_ mut [u8]>[src]

Loading content...