pub trait Clone { // Required method fn dyn_clone(&self) -> *mut (); }
Dynamic (object-safe) version of Clone.
Clone