[][src]Trait cookie_factory::Skip

pub trait Skip {
    fn skip(self, s: usize) -> Result<Self, GenError>
    where
        Self: Sized
; }

Required methods

fn skip(self, s: usize) -> Result<Self, GenError> where
    Self: Sized

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...