Module serde_partiql::error[][src]

Expand description

When serializing or deserializing JSON goes wrong.

Structs

Error

This type represents all possible errors that can occur when serializing or deserializing JSON data.

Enums

Category

Categorizes the cause of a serde_partiql::Error.

Type Definitions

Result

Alias for a Result with the error type serde_partiql::Error.