boxed_stream

Function boxed_stream 

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