pub type Database = Arc<dyn ProxyDatabase>;
Expand description
A ProxyDatabase wrapped in an Arc
Aliased Typeยง
pub struct Database { /* private fields */ }
pub type Database = Arc<dyn ProxyDatabase>;
A ProxyDatabase wrapped in an Arc
pub struct Database { /* private fields */ }