Skip to main content

pad_left

Function pad_left 

Source
pub fn pad_left(
    spans: Vec<Span>,
    count: usize,
    pad_style: CellStyle,
) -> Vec<Span>
Expand description

Left-pad a row’s spans with count cells using pad_style.