Function alacritty::migrate::move_value
source ยท fn move_value(
document: &mut DocumentMut,
origin: &[&str],
target: &[&str],
) -> Result<(), String>
Expand description
Move a TOML value from one map to another.
fn move_value(
document: &mut DocumentMut,
origin: &[&str],
target: &[&str],
) -> Result<(), String>
Move a TOML value from one map to another.