Type Definition fuzzcheck::builder::BasicAndDiverseAndMaxHitsPool[][src]

pub type BasicAndDiverseAndMaxHitsPool = AndPool<SimplestToActivateCounterPool, AndPool<DiversePool, MaxHitsPool>>;
Expand description

An alias for the combination of the BasicPool, the DiversePool, and the MaxHitsPool