Type Alias puffin::fuzzer::mutations::DyMutations

source ยท
pub type DyMutations<'harness, PT, PB, S> = (RepeatMutator<S>, (SkipMutator<S>, (ReplaceReuseMutator<S>, (ReplaceMatchMutator<S, PT>, (RemoveAndLiftMutator<S>, (GenerateMutator<'harness, S, PB>, (SwapMutator<S>, ())))))));