pub trait CloneAnySend: Any + CloneToAnySend { }Expand description
See also Any for a version without the Clone + Send requirements.
pub trait CloneAnySend: Any + CloneToAnySend { }See also Any for a version without the Clone + Send requirements.