pub fn indent<T>(s: T, width: usize) -> Result<String, Error> where
    T: Display
Expand description

Indent lines with width spaces