pub trait CloneDyn: Sealed { }
A trait to upcast a clonable entity and clone it. It’s implemented for all entities which can be cloned.