mutate

Function mutate 

Source
fn mutate(map: &mut Table, path: &str, op: Op) -> Result<(), ConfigMutateError>
Expand description

Mutate a [toml::Table] at the given dot-separated path.

Returns an error if the path is invalid.