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