Type Alias freya_native_core::SendAnyMap
source · 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 */ }pub type SendAnyMap = Map<dyn Any + Send + Sync + 'static>;A map of types that can be sent between threads
struct SendAnyMap { /* private fields */ }