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