pub type SetupCallback<C> = Box<dyn Fn(&str) -> BoxFuture<'_, ConnectionResult<C>> + Send + Sync>;
Available on crate features deadpool or bb8 or mobc or r2d2 only.
Expand description

Type of the custom setup closure passed to ManagerConfig::custom_setup