dioxus_native_core

Type Alias 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 */ }