Skip to main content

pad_right

Function pad_right 

Source
fn pad_right(s: &str, width: usize) -> String
Expand description

Right-pad s to width display columns (left-aligned).