tokio
1.46.1
Module read
Module Items
Structs
Functions
In tokio::
io::
util
tokio
::
io
::
util
Module
read
Copy item path
Source
Structs
§
Read
A future which can be used to easily read available number of bytes to fill a buffer.
Functions
§
read
🔒
Tries to read some bytes directly into the given
buf
in asynchronous manner, returning a future type.