Struct libafl::feedbacks::NotFeedback[][src]

pub struct NotFeedback<A, I, S> where
    A: Feedback<I, S>,
    I: Input,
    S: HasClientPerfMonitor
{ pub first: A, // some fields omitted }
Expand description

Compose feedbacks with an OR operation

Fields

first: A

The feedback to invert

Implementations

Creates a new NotFeedback.

Trait Implementations

is_interesting return if an input is worth the addition to the corpus

Append to the testcase the generated metadata in case of a new corpus item

Discard the stored metadata in case that the testcase is not added to the corpus

Provide the name of this element.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The Resulting TupleList, of an Prepend::prepend() call, including the prepended entry. Read more

Prepend a value to this tuple, returning a new tuple with prepended value.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.