Type Alias intrepid_model::PendingEvents

source ·
pub type PendingEvents = Vec<Event>;
Expand description

Convenience type for a vec of events

Aliased Type§

struct PendingEvents { /* private fields */ }