pub trait WritableFile:
WritableFileAppend
+ WritableFileClose
+ WritableFileFlush
+ WritableFileSync
+ GetName { }
Expand description
| A file abstraction for sequential writing. The | implementation must provide buffering since | callers may append small fragments at a time to | the file.