Skip to main content

LineTemplate

Type Alias LineTemplate 

Source
pub type LineTemplate = Vec<LinePart>;
Expand description

A sequence of literal and dynamic parts that compose an output line.

Aliased Typeยง

pub struct LineTemplate { /* private fields */ }