Expand description
microsandbox_utils::seekable
is a module containing seekable utilities for the microsandbox project.
Structs§
- Empty
Seekable Reader - A seekable reader that always reads zero bytes and reports position as 0.
- Empty
Seekable Writer - A seekable writer that always writes zero bytes and reports position as 0.
Traits§
- Seekable
Reader - A trait that extends the
AsyncRead
andAsyncSeek
traits to allow for seeking. - Seekable
Writer - A trait that extends the
AsyncWrite
andAsyncSeek
traits to allow for seeking.