Skip to main content

StoreFileWriter

Trait StoreFileWriter 

Source
pub trait StoreFileWriter: AsyncWrite { }
Expand description

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§