Module seekable

Module seekable 

Source
Expand description

microsandbox_utils::seekable is a module containing seekable utilities for the microsandbox project.

Structs§

EmptySeekableReader
A seekable reader that always reads zero bytes and reports position as 0.
EmptySeekableWriter
A seekable writer that always writes zero bytes and reports position as 0.

Traits§

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