Trait predicates_core::reflection::PredicateReflection[][src]

pub trait PredicateReflection: Display {
    fn parameters<'a>(&'a self) -> Box<dyn Iterator<Item = Parameter<'a>> + 'a> { ... }
fn children<'a>(&'a self) -> Box<dyn Iterator<Item = Child<'a>> + 'a> { ... } }

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.

Loading content...

Implementors

Loading content...