Module wasmtime_wasi_http::io
source · Expand description
I/O utility for bridging between tokio::io
and hyper::rt
.
Structs§
- A type that wraps any type implementing
tokio::io::AsyncRead
andtokio::io::AsyncWrite
and itself implementshyper::rt::Read
andhyper::rt::Write
.