[][src]Trait structmap::ToHashMap

pub trait ToHashMap: Default {
    fn to_hashmap(structure: Self) -> HashMap<String, String>;
}

Required methods

fn to_hashmap(structure: Self) -> HashMap<String, String>

Loading content...

Implementors

Loading content...