Expand description
Traits for conversions between types.
Macros§
- json
 - Construct a 
serde_json::Valuefrom a JSON literal. 
Traits§
- Deserialize
 - A data structure that can be deserialized from any data format supported by Serde.
 - Deserialize
Owned  - A data structure that can be deserialized without borrowing any data from the deserializer.
 - Serialize
 - A data structure that can be serialized into any data format supported by Serde.