pub trait StoreFileWriter: AsyncWrite { }
Expand description
Trait representing a writer that can asynchronously write the contents to a file.
pub trait StoreFileWriter: AsyncWrite { }
Trait representing a writer that can asynchronously write the contents to a file.