boxed_stream

Function boxed_stream 

Source
pub fn boxed_stream<S>(s: S) -> Body
where S: Stream<Item = Result<Frame<Bytes>, BoxError>> + Send + Sync + 'static,