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 SerdeConversionError
impl Send for SerdeConversionError
impl Sync for SerdeConversionError
impl Unpin for SerdeConversionError
impl UnwindSafe for SerdeConversionError