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
.
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
.