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

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

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