Trait tantivy::query::QueryClone[][src]

pub trait QueryClone {
    fn box_clone(&self) -> Box<dyn Query>;
}
Expand description

Implements box_clone.

Required methods

Returns a boxed clone of self.

Implementations on Foreign Types

Implementors