Structs§
- Bytes
- Bytes is a thin wrapper around [bytes::Bytes], implementing easy conversion to/from, ser/de support, and Vc containers.
Traits§
- Into
Bytes - Types that implement From
for Bytes {} Unfortunately, we cannot just use the more generic Into<Bytes>
without running afoul of theFrom<X> for X
base case, causing conflicting impls.