Macro libafl::feedback_or

source ยท
macro_rules! feedback_or {
    ( $last:expr ) => { ... };
    ( $last:expr, ) => { ... };
    ( $head:expr, $($tail:expr),+ $(,)?) => { ... };
}
Expand description

Variadic macro to create a chain of OrFeedback