Skip to main content

ResponseStream

Type Alias ResponseStream 

Source
pub type ResponseStream = StreamResponse<ResponseStreamEvent>;
Available on crate features _api and response-types only.
Expand description

Stream of response events

Aliased Typeยง

#[repr(transparent)]
pub struct ResponseStream { /* private fields */ }