StreamingResponseReceiver

Type Alias StreamingResponseReceiver 

Source
pub type StreamingResponseReceiver = Receiver<Result<StreamingResponse, Report<ProviderError>>>;
Expand description

A channel that can receive streaming responses

Aliased Typeยง

pub struct StreamingResponseReceiver { /* private fields */ }