tokio
1.42.0
Module write_
buf
Structs
Functions
In tokio::
io::
util
Module
tokio
::
io
::
util
::
write_buf
Copy item path
source
·
[
−
]
Structs
§
Write
Buf
A future to write some of the buffer to an
AsyncWrite
.
Functions
§
write_
buf
🔒
Tries to write some bytes from the given
buf
to the writer in an asynchronous manner, returning a future.