Trait indexrs::FullTextQueriable[][src]

pub trait FullTextQueriable<T> where
    T: Hash,
    T: Eq,
    T: Copy
{ fn query(&self, query_string: &str) -> Vec<T>;
fn query_bounded(&self, query_string: &str) -> Vec<T>; }

Required methods

Implementors