pub trait WriteStream: Write + SeekStream { }
Expand description

Trait for a writable stream.

Implementors§