Type Definition libafl::feedbacks::EagerOrFeedback

source ·
pub type EagerOrFeedback<A, B, S> = CombinedFeedback<A, B, LogicEagerOr, S>;
Expand description

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