Type Alias intrepid_model::EventLog
source · pub type EventLog = Vec<EventRecord>;Expand description
Convenience type for a vec of event records
Aliased Type§
struct EventLog { /* private fields */ }pub type EventLog = Vec<EventRecord>;Convenience type for a vec of event records
struct EventLog { /* private fields */ }