Type Alias vector_config_common::schema::Set

source ·
pub type Set<V> = BTreeSet<V>;

Aliased Type§

struct Set<V> { /* private fields */ }