DbConn

Type Alias DbConn 

Source
pub type DbConn = DatabaseConnection;
Expand description

The same as a DatabaseConnection

Aliased Type§

pub struct DbConn {
    pub inner: DatabaseConnectionType,
    /* private fields */
}

Fields§

§inner: DatabaseConnectionType

DatabaseConnection used to be a enum. Now it’s moved into inner, because we have to attach other contexts.