Source code

Revision control

Copy as Markdown

Other Tools

#ifndef DateTimeMismatchedCalendarError_D_H
#define DateTimeMismatchedCalendarError_D_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"
#include "CalendarKind.d.h"
typedef struct DateTimeMismatchedCalendarError {
CalendarKind this_kind;
CalendarKind_option date_kind;
} DateTimeMismatchedCalendarError;
typedef struct DateTimeMismatchedCalendarError_option {union { DateTimeMismatchedCalendarError ok; }; bool is_ok; } DateTimeMismatchedCalendarError_option;
#endif // DateTimeMismatchedCalendarError_D_H