pub type SendAnyMap = Map<dyn Any + Send + Sync + 'static>;
Expand description

A map of types that can be sent between threads

Aliased Type§

struct SendAnyMap { /* private fields */ }