macro_rules! fileops_impl_seekable {
() => { ... };
}Expand description
Implements FileOps::seek in a way that makes sense for seekable files.
macro_rules! fileops_impl_seekable {
() => { ... };
}Implements FileOps::seek in a way that makes sense for seekable files.