Struct heed_types::SerdeBincode
source · pub struct SerdeBincode<T>(_);Expand description
Describes a type that is Serialize/Deserialize and uses bincode to do so.
It can borrow bytes from the original slice.
pub struct SerdeBincode<T>(_);Describes a type that is Serialize/Deserialize and uses bincode to do so.
It can borrow bytes from the original slice.