Type Alias vector::event::array::LogArray

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

The type alias for an array of LogEvent elements.

Aliased Type§

struct LogArray { /* private fields */ }