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