pub type Order<'o> = Vec<Cow<'o, str>>;
Defines which types to include, and in what order to do so.
pub struct Order<'o> { /* private fields */ }