pub struct CombinedFeedback<A, B, FL, I, S> where
    A: Feedback<I, S>,
    B: Feedback<I, S>,
    FL: FeedbackLogic<A, B, I, S>,
    I: Input,
    S: HasClientPerfMonitor
{ pub first: A, pub second: B, /* private fields */ }
Expand description

A combined feedback consisting of multiple Feedbacks

Fields

first: A

First Feedback

second: B

Second Feedback

Implementations

Create a new combined feedback

Trait Implementations

Formats the value using the given formatter. Read more

Initializes the feedback state. This method is called after that the State is created. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.

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.