pub type WeakDatabaseRc = Weak<Box<dyn Database>>;
Represents a weak thread-safe reference to a boxed database trait object
pub struct WeakDatabaseRc { /* private fields */ }