Type Alias diesel_async::pooled_connection::RecycleCheckCallback
source · pub type RecycleCheckCallback<C> = dyn Fn(&mut C) -> BoxFuture<'_, QueryResult<()>> + Send + Sync;
Available on crate features
deadpool
or bb8
or mobc
or r2d2
only.Expand description
Type of the recycle check callback for the RecyclingMethod::CustomFunction
variant