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 command is implemented.

Trait Implementations

Save information about self to the stats folder 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

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.

Maps the observations of the sensor using the given closure. Read more

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.