Function indent_with

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

Adds prefix to each non-empty line.