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
impl From<CustomType> for Bytes {}