tokio_
util
0.7.13
Module copy_
to_
bytes
Structs
In tokio_
util::
io
Module
tokio_util
::
io
::
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
.