Skip to main content

PathWeightPredicate

Type Alias PathWeightPredicate 

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

Predicate over the accumulated numeric weight of a matching regular path.

Aliased Typeยง

pub struct PathWeightPredicate { /* private fields */ }