pub trait SeekableWriter: AsyncWrite + AsyncSeek { }
Expand description
A trait that extends the AsyncWrite
and AsyncSeek
traits to allow for seeking.
pub trait SeekableWriter: AsyncWrite + AsyncSeek { }
A trait that extends the AsyncWrite
and AsyncSeek
traits to allow for seeking.