pub type PendingEvents = Vec<Event>;
Convenience type for a vec of events
pub struct PendingEvents { /* private fields */ }