vector_config_common::schema

Type Alias Map

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

Aliased Typeยง

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