pub type DiffObject = DiffHashMap<String, Value>;
👎Deprecated since 0.5.0: diff chain features are slated for removal
Aliased Type§
struct DiffObject(pub Option<Vec<InnerValue<String, Value>>>);
Fields§
§0: Option<Vec<InnerValue<String, Value>>>
👎Deprecated since 0.5.0: diff chain features are slated for removal