Skip to main content

OdbcPool

Type Alias OdbcPool 

Source
pub type OdbcPool = Pool<Odbc>;
Expand description

An alias for Pool, specialized for ODBC.

Aliased Typeยง

pub struct OdbcPool(/* private fields */);