Source code
Revision control
Copy as Markdown
Other Tools
// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/**
* See the [Rust documentation for `Fallback`](https://docs.rs/icu/latest/icu/experimental/displaynames/options/enum.Fallback.html) for more information.
*/
export class DisplayNamesFallback {
static fromValue(value: DisplayNamesFallback | string): DisplayNamesFallback;
get value(): string;
get ffiValue(): number;
static Code : DisplayNamesFallback;
static None : DisplayNamesFallback;
constructor(value: DisplayNamesFallback | string );
}