[−][src]Module tokio_util::io
This is supported on crate feature
io only.Helpers for IO related tasks.
These types are often used in combination with hyper or reqwest, as they
allow converting between a hyper Body and AsyncRead.
Structs
| ReaderStream | |
| StreamReader |
Functions
| poll_read_buf | Try to read data from an |
| poll_write_buf | Try to write data from an implementer of the |
| read_buf | Read data from an |