pub type EmptyStream<S> = Empty<Envelope<S>>;
Empty stream of Envelope for Context::new when there is no extra envelope source.
Empty
Envelope
Context::new
pub struct EmptyStream<S> { /* private fields */ }