Type Definition libafl::feedbacks::FastAndFeedback

source ·
pub type FastAndFeedback<A, B, S> = CombinedFeedback<A, B, LogicFastAnd, S>;
Expand description

Combine two feedbacks with an fast AND operation, might skip calling feedbacks functions if not necessary to conclude the result