Type Alias EventLog

Source
pub type EventLog = Vec<EventRecord>;
Expand description

Convenience type for a vec of event records

Aliased Type§

pub struct EventLog { /* private fields */ }

Trait Implementations§

Source§

impl From<Event> for EventLog

Source§

fn from(event: Event) -> Self

Converts to this type from the input type.