Expand description
Peakable peeker and async peeker
Modules§
- buffer
- The generic buffer trait used by the
Peekable
andAsyncPeekable
. - future
future
- Asynchronous peek I/O
- tokio
tokio
- Traits, helpers, and type definitions for asynchronous peekable I/O functionality.
Macros§
- ready
- Extracts the successful type of a
Poll<T>
.