Type Alias libafl::fuzzer::pybind::PythonStdFuzzer

source ·
pub type PythonStdFuzzer = StdFuzzer<QueueScheduler<PythonStdState>, PythonFeedback, PythonFeedback, PythonObserversTuple>;
Expand description

StdFuzzer with fixed generics

Aliased Type§

struct PythonStdFuzzer { /* private fields */ }