pub fn time_arithmetic(
left: &LiteralValue,
op: &ArithmeticComputation,
right: &LiteralValue,
) -> OperationResultExpand description
Perform time arithmetic operations, returning OperationResult (Veto on error)
pub fn time_arithmetic(
left: &LiteralValue,
op: &ArithmeticComputation,
right: &LiteralValue,
) -> OperationResultPerform time arithmetic operations, returning OperationResult (Veto on error)