Module bytes

Source

Structs§

Bytes
Bytes is a thin wrapper around [bytes::Bytes], implementing easy conversion to/from, ser/de support, and Vc containers.

Traits§

IntoBytes
Types that implement From for Bytes {} Unfortunately, we cannot just use the more generic Into<Bytes> without running afoul of the From<X> for X base case, causing conflicting impls.