Module relay_log::protocol::value

Expand description

An arbitrary (JSON) value.

Structs§

  • Represents a JSON key/value type.
  • Represents a JSON number, whether integer or floating point.

Enums§

  • Represents any valid JSON value.

Traits§

  • A type that can be used to index into a serde_json::Value.

Functions§

  • Interpret a serde_json::Value as an instance of type T.
  • Convert a T into serde_json::Value which is an enum that can represent any valid JSON data.