Type Alias Database

Source
pub type Database = Box<dyn Db>;

Aliased Typeยง

struct Database(/* private fields */);