pub fn boxed_stream(
stream: impl Stream<Item = Result<Event>> + Send + 'static,
) -> EventStreamExpand description
Boxes a stream into the shape Transport::run returns.
pub fn boxed_stream(
stream: impl Stream<Item = Result<Event>> + Send + 'static,
) -> EventStreamBoxes a stream into the shape Transport::run returns.