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