VecUnionFind

Type Alias VecUnionFind 

Source
pub type VecUnionFind<T> = UnionFind<T, (), Vec<T>, ()>;

Aliased Typeยง

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