Type Alias gix_config::parse::section::Events
source · pub type Events<'a> = SmallVec<[Event<'a>; 64]>;
Expand description
A container for events, avoiding heap allocations in typical files.
Aliased Type§
struct Events<'a> { /* private fields */ }