Trait predicates::reflection::PredicateReflection
source · pub trait PredicateReflection: Display {
// Provided methods
fn parameters<'a>(
&'a self
) -> Box<dyn Iterator<Item = Parameter<'a>> + 'a, Global> { ... }
fn children<'a>(
&'a self
) -> Box<dyn Iterator<Item = Child<'a>> + 'a, Global> { ... }
}
Expand description
Introspect the state of a Predicate
.