BTreeValueMapInsertionPathHelper

Trait BTreeValueMapInsertionPathHelper 

Source
pub trait BTreeValueMapInsertionPathHelper {
    // Required method
    fn insert_at_path(&mut self, path: &str, value: Value) -> Result<(), Error>;
}

Required Methods§

Source

fn insert_at_path(&mut self, path: &str, value: Value) -> Result<(), Error>

Implementations on Foreign Types§

Source§

impl BTreeValueMapInsertionPathHelper for BTreeMap<String, Value>

Source§

fn insert_at_path(&mut self, path: &str, value: Value) -> Result<(), Error>

Implementors§