pub type AlwaysInterestingMapFeedback<O, S, T> = MapFeedback<AllIsNovel, O, NopReducer, S, T>;
Expand description

A MapFeedback that always returns true for is_interesting. Useful for tracing all executions.

Aliased Type§

struct AlwaysInterestingMapFeedback<O, S, T> { /* private fields */ }