Source code

Revision control

Copy as Markdown

Other Tools

// generated by diplomat-tool
import type { TimeZone } from "./TimeZone"
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/**
* See the [Rust documentation for `TimeZoneIter`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.TimeZoneIter.html) for more information.
*/
export class TimeZoneIterator {
/** @internal */
get ffiValue(): pointer;
/** @internal */
constructor();
next(): IteratorResult<TimeZone>;
}