pub trait IndexInner {
// Required method
fn inner(&self) -> *mut FaissIndex;
}Expand description
Trait that can return inner pointer of index
Required Methods§
Sourcefn inner(&self) -> *mut FaissIndex
fn inner(&self) -> *mut FaissIndex
return inner pointer