pub fn try_subtract(left: impl Into<Column>, right: impl Into<Column>) -> Column
Returns left-right and the result is null on overflow.