Trait libafl::feedbacks::FeedbackState[][src]

pub trait FeedbackState: Named + Serialize + DeserializeOwned { }
Expand description

FeedbackState is the data associated with a Feedback that must persist as part of the fuzzer State

Implementors