Crate peekable

Source
Expand description

Peakable peeker and async peeker

Modules§

buffer
The generic buffer trait used by the Peekable and AsyncPeekable.
futurefuture
Asynchronous peek I/O
tokiotokio
Traits, helpers, and type definitions for asynchronous peekable I/O functionality.

Macros§

ready
Extracts the successful type of a Poll<T>.

Structs§

Peekable
A wrapper around an Read types to make them support peek related methods.

Traits§

PeekExt
An extension trait which adds utility methods to Read types.