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