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