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