Type Alias create_rust_app::Connection

source ·
pub type Connection = PooledConnection<ConnectionManager<PgConnection>>;

Aliased Type§

struct Connection { /* private fields */ }