Type Alias QlogEvents

Source
pub type QlogEvents = Vec<QlogEvent>;
Expand description

A collection of QlogEvents.

Aliased Type§

struct QlogEvents { /* private fields */ }

Trait Implementations§

Source§

impl From<&Action> for QlogEvents

Source§

fn from(action: &Action) -> Self

Converts to this type from the input type.