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

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

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