sui_pg_db

Type Alias Connection

Source
pub type Connection<'p> = PooledConnection<'p, AsyncPgConnection>;

Aliased Typeยง

struct Connection<'p> { /* private fields */ }