Enum simd_json::serde::SerdeConversionError [−][src]
pub enum SerdeConversionError {
NanOrInfinity,
NumberOutOfBounds,
Oops,
}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 RefUnwindSafe for SerdeConversionErrorimpl Send for SerdeConversionError
impl Send for SerdeConversionErrorimpl Sync for SerdeConversionError
impl Sync for SerdeConversionErrorimpl Unpin for SerdeConversionError
impl Unpin for SerdeConversionErrorimpl UnwindSafe for SerdeConversionError
impl UnwindSafe for SerdeConversionError