Trait ToMap

Source
pub trait ToMap {
    // Required method
    fn to_map(&self) -> BTreeMap<String, String>;
}

Required Methods§

Implementors§