HashMapArcAnySendSync

Type Alias HashMapArcAnySendSync 

Source
pub type HashMapArcAnySendSync = HashMap<String, ArcAnySendSync>;
Expand description

A type alias for a HashMap storing string keys and thread-safe, shareable values.

This type is used for storing attributes that can be safely shared across threads.

Aliased Typeยง

pub struct HashMapArcAnySendSync { /* private fields */ }