Function wasmer_wasix::runners::body::body_from_stream

source ยท
pub fn body_from_stream<S>(s: S) -> Body
where S: Stream<Item = Result<Frame<Bytes>, Error>> + Send + Sync + 'static,