[][src]Function libslide::utils::string::indent

pub fn indent<T: Into<String>>(s: T, n: usize) -> String

Indents all lines of a string with n spaces.