Searched defs:PredicateReflection (Results 1 – 1 of 1) sorted by relevance
16 pub trait PredicateReflection: fmt::Display { trait84 pub fn value(&self) -> &dyn PredicateReflection { in value()111 pub fn new(predicate: Option<&'a dyn PredicateReflection>, result: bool) -> Self { in new()133 pub fn predicate(&self) -> Option<&dyn PredicateReflection> { in predicate()