Type Definition entity::DatabaseRc[][src]

type DatabaseRc = Arc<Box<dyn Database>>;

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