Skip to main content

Connection

Type Alias Connection 

Source
pub type Connection = Object<Manager>;
Expand description

A connection handed out by PostgresClient::get_connection. Dereferences to a Client, which additionally records the IsolationLevel the connection was created under.

Aliased Typeยง

pub struct Connection { /* private fields */ }