tokio
1.46.1
Module read_
exact
Module Items
Structs
Functions
In tokio::
io::
util
tokio
::
io
::
util
Module
read_exact
Copy item path
Source
Structs
ยง
Read
Exact
Creates a future which will read exactly enough bytes to fill
buf
, returning an error if EOF is hit sooner.
Functions
ยง
eof
๐
read_
exact
๐
A future which can be used to easily read exactly enough bytes to fill a buffer.