Copier

Type Alias Copier 

Source
pub type Copier = Box<dyn CopyDyn>;
Expand description

Copier is the type-erased Copy.

Aliased Typeยง

pub struct Copier(/* private fields */);