Expand description
The different types of Any for use in a map.
This is based on std::any, but goes a little further, with CloneAny
being a cloneable Any. CloneAnySend, CloneAnySync, and
CloneAnySendSync further retrict what can be placed in the map with the
Send and Sync bounds.
Traitsยง
- See also
CloneAnyfor a cloneable version of this trait. - See also
Anyfor a version without theClonerequirement. - See also
Anyfor a version without theClone + Sendrequirements. - See also
Anyfor a version without theClone + Send + Syncrequirements. - See also
Anyfor a version without theClone + Syncrequirements.