[][src]Type Definition entity::DatabaseRc

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

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