[][src]Type Definition entity::WeakDatabaseRc

type WeakDatabaseRc = Weak<Box<dyn Database>>;

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