Struct libafl::feedbacks::CombinedFeedback[][src]

pub struct CombinedFeedback<A, B, I, S, FL> where
    A: Feedback<I, S>,
    B: Feedback<I, S>,
    FL: FeedbackLogic<A, B, I, S>,
    I: Input,
    S: HasClientPerfStats
{ pub first: A, pub second: B, // some fields omitted }

Fields

first: Asecond: B

Implementations

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.