Type Definition libafl::feedbacks::EagerOrFeedback[][src]

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

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