SeekableWriter

Trait SeekableWriter 

Source
pub trait SeekableWriter: AsyncWrite + AsyncSeek { }
Expand description

A trait that extends the AsyncWrite and AsyncSeek traits to allow for seeking.

Implementors§