Type Alias BoxGen

Source
pub type BoxGen<E> = Box<dyn Gen<E>>;
Expand description

A boxed generator of example type E

Aliased Type§

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

Trait Implementations§

Source§

impl<E: Clone> Clone for BoxGen<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