Expand description
Async byte stream pipe.
Structs§
- Dynamic
Fill BufFuture - Future returned by
DynamicReader::fill_buf
. - Dynamic
Read Future - Future returned by
Pipe::read
andReader::read
. - Dynamic
Reader - Read-only access to a dynamic pipe.
- Dynamic
Write Future - Future returned by
DynamicWriter::write
. - Dynamic
Writer - Write-only access to the dynamic pipe.
- Fill
BufFuture - Future returned by
Reader::fill_buf
. - Pipe
- A bounded byte-oriented pipe for communicating between asynchronous tasks with backpressure.
- Read
Future - Future returned by
Pipe::read
andReader::read
. - Reader
- Read-only access to a
Pipe
. - Write
Future - Future returned by
Pipe::write
andWriter::write
. - Writer
- Write-only access to a
Pipe
.
Enums§
- TryRead
Error - Error returned by
try_read
. - TryWrite
Error - Error returned by
try_write
.