Skip to main content

SseChunkStream

Type Alias SseChunkStream 

Source
pub type SseChunkStream<T> = Pin<Box<dyn Stream<Item = HttpResult<SseChunk<T>>> + Send>>;
Expand description

Pin-boxed stream of SseChunk or HttpError.

Aliased Typeยง

pub struct SseChunkStream<T> { /* private fields */ }