vector::event

Type Alias LogArray

source
pub type LogArray = Vec<LogEvent>;
Expand description

The type alias for an array of LogEvent elements.

Aliased Typeยง

struct LogArray { /* private fields */ }