Function box_stream

Source
pub fn box_stream<'a, T>(
    stream: impl Stream<Item = T> + Send + 'a,
) -> BoxStream<'a, T>