pub type BoxShrink<E> = Box<dyn Shrink<E>>;
A boxed shrinker of example type E
E
struct BoxShrink<E>(/* private fields */);
source