fileops_impl_seekless

Macro fileops_impl_seekless 

Source
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.