Expand description
Peakable peeker and async peeker
Modules§
- future
future
Asynchronous peek I/O - tokio
tokio
Traits, helpers, and type definitions for asynchronous peekable I/O functionality.
Macros§
- Extracts the successful type of a
Poll<T>
.
Structs§
- A wrapper around an
Read
types to make them support peek related methods.
Traits§
- An extension trait which adds utility methods to
Read
types.