pub trait CloneBox {
    fn clone_box(&self) -> BoxedDatabase;
}

Required Methods§

Returns a Boxed clone of the underlying Database.

Implementors§