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