IndexInner

Trait IndexInner 

Source
pub trait IndexInner {
    // Required method
    fn inner(&self) -> *mut FaissIndex;
}
Expand description

Trait that can return inner pointer of index

Required Methods§

Source

fn inner(&self) -> *mut FaissIndex

return inner pointer

Implementors§