Skip to main content

FrontMatterEvents

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ยง

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