Function push_override_value

Source
fn push_override_value<T: ToString>(
    key: &str,
    value: &Override<T>,
    output: &mut String,
)
Expand description

Pushes an override key-value pair in SRCINFO format to a String.

Key-value pairs are scoped to a section. To make this visually distinguishable, the key-value pair is indented by a tab.