Enum simd_json::serde::SerdeConversionError [−][src]
pub enum SerdeConversionError {
NanOrInfinity,
NumberOutOfBounds,
Oops,
}Expand description
Error while converting from or to serde values
Variants
Serde can not reflect NAN or Infinity
The number is out of the 64 bit bound
Something horrible went wrong, please open a ticket at https://simd-json.rs
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SerdeConversionErrorimpl Send for SerdeConversionErrorimpl Sync for SerdeConversionErrorimpl Unpin for SerdeConversionErrorimpl UnwindSafe for SerdeConversionError