Skip to main content

pad_right

Function pad_right 

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

Pad a string to target visual width with spaces on the right.