Struct fuzzcheck::sensors_and_pools::NoopSensor[][src]

pub struct NoopSensor;
Expand description

A sensor that does nothing.

In practice, it is used in conjunction with UnitPool to favour one particular test case throughout the whole fuzzing run. This is partly how the minify (test case minify) command is implemented.

Trait Implementations

A type that is used to retrieve the observations made by the sensor. Read more

Signal to the sensor that it should prepare to record observations

Signal to the sensor that it should stop recording observations

Access the sensor’s observations through the handler

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.