diesel_async::pooled_connection

Type Alias RecycleCheckCallback

Source
pub type RecycleCheckCallback<C> = dyn Fn(&mut C) -> BoxFuture<'_, QueryResult<()>> + Send + Sync;
Available on crate feature pool only.
Expand description

Type of the recycle check callback for the RecyclingMethod::CustomFunction variant