pub type Pair<'a> = (&'a Content, StyleChain<'a>);
A pair of content and a style chain that applies to it.