Function text_utils::indent_with[][src]

pub fn indent_with(text: impl AsRef<str>, prefix: &str) -> String
Expand description

Adds prefix to each non-empty line.