pub fn boxed_stream<T, S>(stream: S) -> BoxStream<T>where S: Stream<Item = T> + Send + 'static,
Boxes a stream.
Send