Skip to main content

pad_left

Function pad_left 

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

Pad s on the left with spaces to reach at least width chars.