Skip to main content

FeaCancellationPredicate

Type Alias FeaCancellationPredicate 

Source
pub type FeaCancellationPredicate = Arc<dyn Fn() -> bool + Send + Sync + 'static>;

Aliased Typeยง

pub struct FeaCancellationPredicate { /* private fields */ }