Structs§
- Bytes
- This is a transparent value type wrapping [
CBytes]. Bytes is a thin wrapper around [bytes::Bytes], implementing easy conversion to/from, bincode 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 Xbase case, causing conflicting impls.