tokio_
util
0.7.16
Module copy_
to_
bytes
Module Items
Structs
In tokio_
util::
io
tokio_util
::
io
Module
copy_to_bytes
Copy item path
Source
Structs
ยง
Copy
ToBytes
A helper that wraps a
Sink
<
Bytes
>
and converts it into a
Sink
<&'a [u8]>
by copying each byte slice into an owned
Bytes
.