pub fn unify_value(value: &mut Value) -> Result<(), Error>
Expand description

Attempts to unify values internal to the given one so that their types are compatible.

See unify_values for more details.