[][src]Type Definition schemars::Map

type Map<K, V> = BTreeMap<K, V>;

The map type used by schemars types.

Currently a BTreeMap, but this may change a different implementation with a similar interface in a future version of schemars.