pub type Copier = Box<dyn CopyDyn>;
Copier is the type-erased Copy.
Copy
pub struct Copier(/* private fields */);