Trait cookie_factory::Skip
source · pub trait Skip: Write {
// Required method
fn skip(s: WriteContext<Self>, sz: usize) -> GenResult<Self>
where Self: Sized;
}
Expand description
Trait for Write
types that allow skipping over the data