Type Alias vector_config_common::schema::Map

source ·
pub type Map<K, V> = BTreeMap<K, V>;

Aliased Type§

struct Map<K, V> { /* private fields */ }