pub type BoxedDatabase = Box<dyn Database + Send + Sync + 'static>;
Expand description

Helper type which defines a thread safe boxed Database trait.

Trait Implementations§

source§

impl Clone for BoxedDatabase

source§

fn clone(&self) -> BoxedDatabase

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more