Skip to main content

Module bytes

Module bytes 

Source

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§

IntoBytes
Types that impl From<CustomType> for Bytes {}