pub trait WriteSeek: Write + Seek + ToOwned { }
Expand description

A trait for a seekable object.

Implementors