Function write

Source
pub fn write<T: AsRef<str>, P: AsRef<str>>(name: T, path: P) -> Result<()>
Expand description

Calls write for the tree named name If there is no tree named name then one is created