Trait bmap_parser::SeekForward
source · pub trait SeekForward {
fn seek_forward(&mut self, offset: u64) -> IOResult<()>;
}Expand description
Trait that can only seek further forwards
pub trait SeekForward {
fn seek_forward(&mut self, offset: u64) -> IOResult<()>;
}Trait that can only seek further forwards