Skip to main content

shrinker

Function shrinker 

Source
pub const fn shrinker<G: Generate>(generator: G) -> Shrinker<G>
Expand description

Creates a generator that yields the Generate::Shrink instances instead of Generate::Item.