Type Definition fadroma::prelude::schemars::Map

source · []
pub type Map<K, V> = BTreeMap<K, V>;
Expand description

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.