Predicate

Trait Alias Predicate 

Source
trait Predicate = Fn(&PbFragment) -> bool
    + Send
    + 'static;