tokio
1.41.1
Module write_buf
Structs
Functions
In tokio::io::util
Module
tokio
::
io
::
util
::
write_buf
Copy item path
source
·
[
−
]
Structs
§
WriteBuf
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.