pub trait CloneAnySync: Any + CloneToAnySync { }Expand description
See also Any for a version without the Clone + Sync requirements.
pub trait CloneAnySync: Any + CloneToAnySync { }See also Any for a version without the Clone + Sync requirements.