Type Definition 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.