with_start_line

Function with_start_line 

Source
pub fn with_start_line<T, L>(text: T, line_start: L) -> String
where T: AsRef<str>, L: AsRef<str>,
Expand description

Adds a “start line pattern” at the start of every line in the given text.