merge_model_toml

Function merge_model_toml 

Source
fn merge_model_toml(base_toml: &str, patch: &Table) -> Result<String>
Expand description

Merge a TOML patch into a base TOML string and return the merged TOML.