Trait edm_core::extension::JsonMapExt
source · pub trait JsonMapExt {
// Required methods
fn from_entry(key: impl Into<String>, value: impl Into<JsonValue>) -> Self;
fn upsert(
&mut self,
key: impl Into<String>,
value: impl Into<JsonValue>
) -> Option<JsonValue>;
}Required Methods§
Object Safety§
This trait is not object safe.