pub trait WithUnionFind: Graph {
    fn new_unionfind(&self) -> UnionFind<Self> { ... }
}

Provided Methods

Implementors