Trait ValueMapExt

Source
pub trait ValueMapExt {
    // Required methods
    fn to_attrs_map(&self) -> Result<HashMap<&str, &Value>, String>;
    fn to_attrs_map_report(&self) -> Option<HashMap<&str, &Value>>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ValueMapExt for Vec<(Value, Value)>

Implementors§