Type Alias vector_config::schema::Map

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

Aliased Type§

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

Trait Implementations§

source§

impl<K, V> Mergeable for Map<K, V>
where K: Clone + Eq + Ord, V: Clone + Mergeable,

source§

fn merge(&mut self, other: &Self)