Function push_override_value_list
Source fn push_override_value_list<T: ToString>(
key: &str,
values: &Override<Vec<T>>,
output: &mut String,
)
Expand description
Pushes a list of override key-value pairs in SRCINFO format to a String
.
Each value in values
is added as a new line.
If values
is empty, nothing is added.
The Key-value pairs are fields scoped to a section.
To make this visually distinguishable, each key-value pair is indented by a tab.