Module anymap::any

source ·
Expand description

The different types of Any for use in a map.

This stuff is all based on std::any, but goes a little further, with CloneAny being a cloneable Any and with the Send and Sync bounds possible on both Any and CloneAny.

Traits