Trait 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]>