DatabaseRc

Type Alias DatabaseRc 

Source
pub type DatabaseRc = Arc<Box<dyn Database>>;
Expand description

Represents a thread-safe reference to a boxed database trait object

Aliased Typeยง

pub struct DatabaseRc { /* private fields */ }