pub(super) trait ToDoc {
    // Required method
    fn to_doc(&self, id: Option<u32>) -> TantivyDocument;
}

Required Methods§

source

fn to_doc(&self, id: Option<u32>) -> TantivyDocument

Implementors§