pub type PoolInitializerFn = fn(_: &Connection) -> Result<(), Error>;
Expand description

Function to run on every connection grabbed from a pool.