pub type EventList = Arc<Vec<EventRc>>;
A vector that holds a list of Event
Event
pub struct EventList { /* private fields */ }