Trait IndexParams

Source
pub trait IndexParams: Send + Sync {
    // Required methods
    fn as_any(&self) -> &dyn Any;
    fn index_type(&self) -> IndexType;
    fn index_name(&self) -> &str;
}

Required Methods§

Source

fn as_any(&self) -> &dyn Any

Source

fn index_type(&self) -> IndexType

Source

fn index_name(&self) -> &str

Implementors§