pub type ThreadSafeAttributeStore = HashMap<String, ArcAnySendSync>;Expand description
A type alias for a thread-safe attribute storage.
This type is used for storing attributes that can be safely shared across threads.
Aliased Typeยง
pub struct ThreadSafeAttributeStore { /* private fields */ }