Trait KDTreeIndexParamsTrait

Source
pub trait KDTreeIndexParamsTrait: IndexParamsTrait + KDTreeIndexParamsTraitConst {
    // Required method
    fn as_raw_mut_KDTreeIndexParams(&mut self) -> *mut c_void;
}
Expand description

Mutable methods for crate::flann::KDTreeIndexParams

Required Methods§

Implementors§