pub trait DynClone: Sealed { }
This trait is implemented by any type that implements std::clone::Clone.
std::clone::Clone