Type Alias Pair

Source
pub type Pair<'a> = (&'a Content, StyleChain<'a>);
Expand description

A pair of content and a style chain that applies to it.