pub type UnserializableValue = String;Expand description
Primitive value which cannot be JSON-stringified. Includes values ‘-0’, ‘NaN’, ‘Infinity’, ‘-Infinity’, and bigint literals.
Aliased Type§
pub struct UnserializableValue { /* private fields */ }