SearchIndexExt

Trait SearchIndexExt 

Source
pub trait SearchIndexExt {
    // Required method
    fn to_document(self) -> TantivyDocument;
}

Required Methods§

Source

fn to_document(self) -> TantivyDocument

Implementations on Foreign Types§

Source§

impl SearchIndexExt for SearchIndex

Source§

fn to_document(self) -> TantivyDocument

Implementors§