Type Alias BoxShrink

Source
pub type BoxShrink<E> = Box<dyn Shrink<E>>;
Expand description

A boxed shrinker of example type E

Aliased Type§

struct BoxShrink<E>(/* private fields */);

Trait Implementations§

Source§

impl<E: Clone> Clone for BoxShrink<E>

Source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more