• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// generated by diplomat-tool
2import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
3
4
5/** Additional information: [1](https://docs.rs/icu/latest/icu/time/zone/struct.InvalidOffsetError.html)
6*/
7type TimeZoneInvalidOffsetError_obj = {
8};
9
10
11
12export class TimeZoneInvalidOffsetError {
13
14    /** Create `TimeZoneInvalidOffsetError` from an object that contains all of `TimeZoneInvalidOffsetError`s fields.
15    * Optional fields do not need to be included in the provided object.
16    */
17    static fromFields(structObj : TimeZoneInvalidOffsetError_obj) : TimeZoneInvalidOffsetError;
18
19
20    constructor(structObj : TimeZoneInvalidOffsetError_obj);
21}