Expand description
I/O utility for bridging between tokio::io and hyper::rt.
Structsยง
- TokioIo
- A type that wraps any type implementing
tokio::io::AsyncReadandtokio::io::AsyncWriteand itself implementshyper::rt::Readandhyper::rt::Write.
I/O utility for bridging between tokio::io and hyper::rt.
tokio::io::AsyncRead and tokio::io::AsyncWrite
and itself implements hyper::rt::Read and hyper::rt::Write.