• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// generated by diplomat-tool
2import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
3
4
5/** Additional information: [1](https://docs.rs/fixed_decimal/latest/fixed_decimal/struct.LimitError.html)
6*/
7type FixedDecimalLimitError_obj = {
8};
9
10
11
12export class FixedDecimalLimitError {
13
14    /** Create `FixedDecimalLimitError` from an object that contains all of `FixedDecimalLimitError`s fields.
15    * Optional fields do not need to be included in the provided object.
16    */
17    static fromFields(structObj : FixedDecimalLimitError_obj) : FixedDecimalLimitError;
18
19
20    constructor(structObj : FixedDecimalLimitError_obj);
21}