Type Alias EventRc
pub type EventRc = Arc<Event>;Expand description
A reference-counted pointer to an Event
Provides shared ownership and automatic memory management for event instances. Multiple references can safely point to the same event data across threads.
Aliased Typeยง
pub struct EventRc { /* private fields */ }