Source code

Revision control

Copy as Markdown

Other Tools

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