pub type EagerOrFeedback<A, B, I, S> = CombinedFeedback<A, B, LogicEagerOr, I, S>;
Expand description

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