pub fn is_safe_widening(from: &DataType, to: &DataType) -> bool
Returns true if from can be safely widened to to without data loss.
true
from
to