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

pub type FastOrFeedback<A, B, I, S> = CombinedFeedback<A, B, I, S, LogicFastOr>;
Expand description

Combine two feedbacks with an fast OR operation, might skip calling feedbacks functions if not necessery to conclude the result This means any feedback that is not first might be skipped, use caution when using with TimeFeedback