pub type Components<'a> = SmallVec<[(Cow<'a, str>, Span); 4]>;
Components of one repetition of a data element, each paired with its span.
pub struct Components<'a> { /* private fields */ }