Function alacritty::migrate::move_value

source ·
fn move_value(
    config_table: &mut Table,
    origin: &[&str],
    target: &[&str]
) -> Result<(), String>
Expand description

Move a toml value from one map to another.