pub trait IndexTraitConst {
    fn as_raw_Index(&self) -> *const c_void;

    fn save(&self, filename: &str) -> Result<()> { ... }
    fn get_distance(&self) -> Result<flann_distance_t> { ... }
    fn get_algorithm(&self) -> Result<flann_algorithm_t> { ... }
}

Required Methods§

Provided Methods§

Implementors§