[][src]Trait cookie_factory::Skip

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

Trait for Write types that allow skipping over the data

Required methods

pub fn skip(s: WriteContext<Self>, sz: usize) -> GenResult<Self> where
    Self: Sized
[src]

Loading content...

Implementations on Foreign Types

impl Skip for &mut [u8][src]

Loading content...

Implementors

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

Loading content...