pub trait GraphSegmentationConst: AlgorithmTraitConst {
    // Required method
    fn as_raw_GraphSegmentation(&self) -> *const c_void;
}
Expand description

Required Methods§

Implementors§