gix_config::parse

Type Alias FrontMatterEvents

source
pub type FrontMatterEvents<'a> = SmallVec<[Event<'a>; 8]>;
Expand description

A type store without allocation all events that are typically preceding the first section.

Aliased Typeยง

struct FrontMatterEvents<'a> { /* private fields */ }