pub type DbConn = DatabaseConnection;Expand description
The same as a DatabaseConnection
Aliased Type§
pub struct DbConn {
pub inner: DatabaseConnectionType,
/* private fields */
}Fields§
§inner: DatabaseConnectionTypeDatabaseConnection used to be a enum. Now it’s moved into inner,
because we have to attach other contexts.