BoxedDatabase

Type Alias BoxedDatabase 

Source
pub type BoxedDatabase = Box<dyn XmtpDb<Connection = SqliteConnection, DbQuery = DbConnection<SqliteConnection>>>;

Aliased Typeยง

pub struct BoxedDatabase(/* private fields */);