pub type Connection<'p> = PooledConnection<'p, AsyncPgConnection>;
struct Connection<'p> { /* private fields */ }