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