pub trait State: Serialize + DeserializeOwned { }
Expand description

The State of the fuzzer. Contains all important information about the current run. Will be used to restart the fuzzing process at any timme.

Implementors