Struct fuzzcheck::builder::FuzzerBuilder4[][src]

pub struct FuzzerBuilder4<F, M, V, Sens, P> where
    F: Fn(&V) -> bool + 'static,
    V: Clone,
    M: Mutator<V>,
    Sens: Sensor,
    P: Pool + CompatibleWithSensor<Sens>, 
{ /* fields omitted */ }
Expand description

A fuzz-test builder that knows the function to fuzz-test, the mutator, the serializer, the sensor, and the pool.

Use [self.arguments(..)] to specify the arguments and obtain a FuzzerBuilder5.

If you are using the cargo-fuzzcheck command line tool (and you should), use self.arguments_from_cargo_fuzzcheck() to use the arguments specified by this tool, which is easier.

Implementations

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 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.