Searched defs:BoxPredicate (Results 1 – 1 of 1) sorted by relevance
20 pub struct BoxPredicate<Item: ?Sized>(Box<dyn Predicate<Item> + Send + Sync>); struct22 impl<Item> BoxPredicate<Item> impl36 impl<Item> fmt::Debug for BoxPredicate<Item> implementation45 impl<Item> reflection::PredicateReflection for BoxPredicate<Item> implementation58 impl<Item> fmt::Display for BoxPredicate<Item> implementation67 impl<Item> Predicate<Item> for BoxPredicate<Item> implementation