Skip to main content

set_config_document_value

Function set_config_document_value 

Source
pub fn set_config_document_value(
    doc: &mut DocumentMut,
    segments: &[&str],
    value: impl Into<Value>,
) -> Result<()>
Expand description

Set a value at segments, creating implicit parent tables while preserving existing key/value decor.