1// generated by diplomat-tool 2import type { TimeZone } from "./TimeZone" 3import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; 4 5 6/** See the [Rust documentation for `TimeZoneIter`](https://docs.rs/icu/latest/icu/time/zone/iana/struct.TimeZoneIter.html) for more information. 7*/ 8 9 10export class TimeZoneIterator { 11 12 get ffiValue(): pointer; 13 14 next() : IteratorResult<TimeZone>; 15}