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

Required Methods§

Implementors§