Trait StoreFileWriter

Source
pub trait StoreFileWriter: AsyncWrite { }
Expand description

Trait representing a writer that can asynchronously write the contents to a file.

Implementors§