Skip to main content

boxed_stream

Function boxed_stream 

Source
pub fn boxed_stream(
    stream: impl Stream<Item = Result<Event>> + Send + 'static,
) -> EventStream
Expand description

Boxes a stream into the shape Transport::run returns.