Type Definition dioxus_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
pub type SendAnyMap = Map<dyn Any + Send + Sync + 'static>;A map of types that can be sent between threads