http_types

Module convert

Source
Expand description

Traits for conversions between types.

Macros§

  • Construct a serde_json::Value from a JSON literal.

Traits§

  • A data structure that can be deserialized from any data format supported by Serde.
  • A data structure that can be deserialized without borrowing any data from the deserializer.
  • A data structure that can be serialized into any data format supported by Serde.

Derive Macros§