Skip to main content

Module file

Module file 

Source

Structs§

AsyncDynWritablecloud
Turn an abstract io::Write into an abstract tokio::io::AsyncWrite.

Enums§

AsyncWritablecloud
Holds an async writable file, abstracted over local files or cloud files.
BufferedWritable
Avoid BufWriter wrapping on writers that already have internal buffering.
Writable
Holds a non-async writable file, abstracted over local files or cloud files.

Traits§

WritableTrait