Trait cookie_factory::Seek

source ·
pub trait Seek: Write + Seek { }
Expand description

Trait for Seek types that want to automatically implement BackToTheBuffer

Implementors§

source§

impl Seek for Cursor<&mut [u8]>