fn interval_day_from_pair(
pair: Pair<'_, Rule>,
precision: SupportedPrecision,
) -> Result<IntervalDayToSecond, IntervalDayError>Expand description
Convert a matched Rule::interval_day_duration into an
IntervalDayToSecond at precision.