Type Alias Database

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

A ProxyDatabase wrapped in an Arc

Aliased Typeยง

pub struct Database { /* private fields */ }