pub trait WriteOwned: Write + ToOwned { }
Expand description

A trait for a non-seekable object.

Implementors