Trait Alias wait_condition::WaitConditionFn
source · trait WaitConditionFn = Fn() -> bool;Expand description
The closure type that can be used within a WaitCondition:
a parameterless function that returns a bool indicating whether the condition is met.