pub trait CloneAny: Any + CloneToAny { }
See also Any for a version without the Clone requirement.
Any
Clone
source