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