Module source

Source
Expand description

Provides the SourceStream trait which abstracts over the transport used to stream remote content.

Enums§

StreamOutcome
Enum representing the final outcome of the stream.

Traits§

DecodeError
Trait for decoding extra error information asynchronously.
SourceStream
Represents a remote resource that can be streamed over the network. Streaming over http is implemented via the HttpStream implementation if the http feature is enabled.