Type Alias diesel_async::pooled_connection::RecycleCheckCallback

source ยท
pub type RecycleCheckCallback<C> = dyn Fn(&mut C) -> BoxFuture<'_, QueryResult<()>> + Send + Sync;
Expand description

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