Trait avrox_storage::Seek
source · pub trait Seek {
// Required methods
fn seek(&mut self, pos: SeekFrom) -> Result<FileAddr>;
fn stream_position(&mut self) -> Result<FileAddr>;
// Provided method
fn rewind(&mut self) -> Result<()> { ... }
}