Type Alias DiffObject

Source
pub type DiffObject = DiffHashMap<String, Value>;
👎Deprecated since 0.5.0: diff chain features are slated for removal

Aliased Type§

pub struct DiffObject(pub Option<Vec<InnerValue<String, Value>>>);

Tuple Fields§

§0: Option<Vec<InnerValue<String, Value>>>
👎Deprecated since 0.5.0: diff chain features are slated for removal