Function text_utils::indent[][src]

pub fn indent(text: impl AsRef<str>, space: usize) -> String
Expand description

Adds spaces to each non-empty line.