Type Definition schemars::Map[][src]

pub type Map<K, V> = IndexMap<K, V>;