Object

Type Alias Object 

Source
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 */ }