Expand description
Provides the SourceStream
trait which abstracts over the transport used to
stream remote content.
Enums§
- Stream
Outcome - Enum representing the final outcome of the stream.
Traits§
- Decode
Error - Trait for decoding extra error information asynchronously.
- Source
Stream - Represents a remote resource that can be streamed over the network. Streaming
over http is implemented via the
HttpStream
implementation if thehttp
feature is enabled.