Type Definition libafl::feedbacks::EagerAndFeedback

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

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