pub type PathWeightPredicate = Arc<dyn Fn(f64) -> bool + Send + Sync>;
Predicate over the accumulated numeric weight of a matching regular path.
pub struct PathWeightPredicate { /* private fields */ }