pub type EagerAndFeedback<A, B, I, S> = CombinedFeedback<A, B, LogicEagerAnd, I, S>;
Expand description

Combine two feedbacks with an eager AND operation, will call all feedbacks functions even if not necessery to conclude the result