Expand description
Async byte stream pipe.
Structs§
- DynamicFill BufFuture 
- Future returned by DynamicReader::fill_buf.
- DynamicRead Future 
- Future returned by Pipe::readandReader::read.
- DynamicReader 
- Read-only access to a dynamic pipe.
- DynamicWrite Future 
- Future returned by DynamicWriter::write.
- DynamicWriter 
- Write-only access to the dynamic pipe.
- FillBufFuture 
- Future returned by Reader::fill_buf.
- Pipe
- A bounded byte-oriented pipe for communicating between asynchronous tasks with backpressure.
- ReadFuture 
- Future returned by Pipe::readandReader::read.
- Reader
- Read-only access to a Pipe.
- WriteFuture 
- Future returned by Pipe::writeandWriter::write.
- Writer
- Write-only access to a Pipe.
Enums§
- TryReadError 
- Error returned by try_read.
- TryWriteError 
- Error returned by try_write.