overwrite_value

Function overwrite_value 

Source
fn overwrite_value(
    table: &mut dyn TableLike,
    key: &str,
    value: impl Into<Value>,
)