Module bones_schema::ser_de
source · Expand description
Serde implementations for Schema
.
Structs§
- Derivable schema
type_data
for types that implementDeserialize
. - A struct that implements
DeserializeSeed
and can be used to deserialize values matching a givenSchema
.