Skip to main content

PatchActivationCallback

Type Alias PatchActivationCallback 

Source
pub type PatchActivationCallback = Arc<dyn Fn(PatchActivationInput) -> bool + Sync + Send>;
Expand description

Callback that decides whether a newly encountered patch should be activated.

Aliased Typeยง

pub struct PatchActivationCallback { /* private fields */ }