Type Alias ConditionCheck

Source
pub type ConditionCheck = Box<dyn Fn() -> bool + Send + Sync>;
Expand description

A function closure that represents a condition to be checked.

Aliased Typeยง

pub struct ConditionCheck(/* private fields */);