blob: 0347864f3a83413953766efbdd2bcc717f3fe6ef [file] [log] [blame]
#ifndef IsoDateTime_H
#define IsoDateTime_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"
#include "CalendarParseError.d.h"
#include "IsoDateTime.d.h"
typedef struct icu4x_IsoDateTime_from_string_mv1_result {union {IsoDateTime ok; CalendarParseError err;}; bool is_ok;} icu4x_IsoDateTime_from_string_mv1_result;
icu4x_IsoDateTime_from_string_mv1_result icu4x_IsoDateTime_from_string_mv1(DiplomatStringView v);
#endif // IsoDateTime_H