Trait indexrs::FullTextIndex[][src]

pub trait FullTextIndex<T>: FullTextQueriable<T> where
    T: Hash,
    T: Eq,
    T: Copy
{ fn insert(&mut self, key: T, index_string: &str);
fn insert_bounded(&mut self, key: T, index_string: &str); }

Required methods

Implementors