pub trait Seek: Write + Seek { }
Trait for Seek types that want to automatically implement BackToTheBuffer
Seek
BackToTheBuffer