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.

Trait Implementations§

| Create a writer that will append data to | “*dest”. | | “*dest” must be initially empty. | | “*dest” must remain live while this LogWriter is | in use.

Implementors§