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

Helper type which defines a thread safe boxed Database interface.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more