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