Values.EmissionsSourceRepresents a carbon emissions quantity with its value and unit of measurement.
type nonrec t = {value : Double.t option;The numeric value of the emissions quantity.
*)unit : EmissionsUnit.t option;The unit of measurement for the emissions value.
*)}