Skip to main content

BTreeMapJsonExt

Trait BTreeMapJsonExt 

Source
pub trait BTreeMapJsonExt {
    // Required methods
    fn parse_json_object(value: &str) -> Result<BTreeMap<String, Value>>;
    fn try_from_json_map(
        json_map: JsonMap<String, JsonValue>,
    ) -> Result<BTreeMap<String, Value>>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl BTreeMapJsonExt for BTreeMap<String, Value>

Implementors§