Trait anymap2::any::CloneAnySendSync
source · pub trait CloneAnySendSync: Any + CloneToAnySendSync { }
Expand description
See also Any
for a version without the Clone + Send + Sync
requirements.
pub trait CloneAnySendSync: Any + CloneToAnySendSync { }
See also Any
for a version without the Clone + Send + Sync
requirements.