stream

Function stream 

Source
pub fn stream<S>(stream: S) -> StreamBody<S>
where S: Stream<Item = Result<Frame<Bytes>, BoxError>> + Send + 'static,
Available on crate feature stream only.