pub type Object = Object<OracleConnectionManager>;Expand description
Type alias for a pooled connection
This wraps a Connection and automatically returns it to the pool when dropped.
Aliased Typeยง
pub struct Object { /* private fields */ }pub type Object = Object<OracleConnectionManager>;Type alias for a pooled connection
This wraps a Connection and automatically returns it to the pool when dropped.
pub struct Object { /* private fields */ }