Type Alias rocket_sqlite_rw_pool::PoolInitializerFn
source · pub type PoolInitializerFn = fn(_: &Connection) -> Result<(), Error>;Expand description
Function to run on every connection grabbed from a pool.
pub type PoolInitializerFn = fn(_: &Connection) -> Result<(), Error>;Function to run on every connection grabbed from a pool.