pub type LineTemplate = Vec<LinePart>;
A sequence of literal and dynamic parts that compose an output line.
pub struct LineTemplate { /* private fields */ }