pub trait Detail_DisjointSetsTraitConst {
// Required method
fn as_raw_Detail_DisjointSets(&self) -> *const c_void;
// Provided methods
fn parent(&self) -> Vector<i32> { ... }
fn size(&self) -> Vector<i32> { ... }
}
Expand description
Constant methods for crate::stitching::Detail_DisjointSets