Type Alias EventList

pub type EventList = Arc<Vec<EventRc>>;
Expand description

A vector that holds a list of Event

Aliased Typeยง

pub struct EventList { /* private fields */ }