BTreeUnionFind

Type Alias BTreeUnionFind 

Source
pub type BTreeUnionFind<T> = UnionFind<T, (), BTreeMap<T, T>, ()>;

Aliased Typeยง

pub struct BTreeUnionFind<T> { /* private fields */ }