Module copy_to_bytes

Source

Structsยง

CopyToBytes
A helper that wraps a Sink<Bytes> and converts it into a Sink<&'a [u8]> by copying each byte slice into an owned Bytes.