wasmtime_wasi_http

Module io

Source
Expand description

I/O utility for bridging between tokio::io and hyper::rt.

Structsยง

TokioIo
A type that wraps any type implementing tokio::io::AsyncRead and tokio::io::AsyncWrite and itself implements hyper::rt::Read and hyper::rt::Write.