Expand description
Asynchronous streams.
Structs§
- Bytes
Stream - Convenience struct that maps a
bytes::Bytesbuffer into a stream.
Constants§
- DEFAULT_
BUFFER_ SIZE - Amount of the stream to buffer in memory during streaming uploads.
Traits§
- Seekable
Stream - Enable a type implementing
AsyncReadto be consumed as if it were aStreamofBytes.