Type Alias gix_config::parse::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 */ }