Skip to main content

EmptyStream

Type Alias EmptyStream 

Source
pub type EmptyStream<S> = Empty<Envelope<S>>;
Expand description

Empty stream of Envelope for Context::new when there is no extra envelope source.

Aliased Typeยง

pub struct EmptyStream<S> { /* private fields */ }