Trait tantivy::directory::DirectoryClone[][src]

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

DirectoryClone

Required methods

Clones the directory and boxes the clone

Implementors