[go: up one dir, main page]

Module stream

Module stream 

Source
Expand description

Asynchronous streams.

Structs§

BytesStream
Convenience struct that maps a bytes::Bytes buffer into a stream.

Constants§

DEFAULT_BUFFER_SIZE
Amount of the stream to buffer in memory during streaming uploads.

Traits§

SeekableStream
Enable a type implementing AsyncRead to be consumed as if it were a Stream of Bytes.