WeakDatabaseRc

Type Alias WeakDatabaseRc 

Source
pub type WeakDatabaseRc = Weak<Box<dyn Database>>;
Expand description

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

Aliased Typeยง

pub struct WeakDatabaseRc { /* private fields */ }