macro_rules! fileops_impl_seekless {
() => { ... };
}Expand description
Implements FileOps::seek methods in a way that makes sense for files that ignore
seeking operations and always read/write at offset 0.
macro_rules! fileops_impl_seekless {
() => { ... };
}Implements FileOps::seek methods in a way that makes sense for files that ignore
seeking operations and always read/write at offset 0.