pub type VecUnionFindByRank<T> = UnionFind<T, usize, Vec<T>, ByRank<Vec<T>, T>>;
pub struct VecUnionFindByRank<T> { /* private fields */ }