Enum tabwriter::Alignment [−][src]
pub enum Alignment {
Left,
Center,
Right,
}
Expand description
Alignment
represents how a TabWriter
should align text within its cell.
Variants
Text should be aligned with the left edge of the cell
Text should be centered within the cell
Text should be aligned with the right edge of the cell