pub type PatchActivationCallback = Arc<dyn Fn(PatchActivationInput) -> bool + Send + Sync>;Available on crate feature
experimental only.Expand description
Callback that decides whether a newly encountered patch should be activated.
Aliased Typeยง
pub struct PatchActivationCallback { /* private fields */ }