pub type Connection = PooledConnection<ConnectionManager<SqliteConnection>>;
Aliased Typeยง
struct Connection { /* private fields */ }
pub type Connection = PooledConnection<ConnectionManager<SqliteConnection>>;
struct Connection { /* private fields */ }