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