[−][src]Trait predicates_core::reflection::PredicateReflection
Introspect the state of a Predicate.
Provided methods
pub fn parameters<'a>(&'a self) -> Box<dyn Iterator<Item = Parameter<'a>> + 'a>[src]
Parameters of the current Predicate.
pub fn children<'a>(&'a self) -> Box<dyn Iterator<Item = Child<'a>> + 'a>[src]
Nested Predicates of the current Predicate.