[][src]Module serde_lexpr::error

When serializing or deserializing S-expressions goes wrong.

Structs

Error

This type represents all possible errors that can occur when serializing or deserializing S-expression data.

Location

Location of a parse error.

Enums

Category

Categorizes the cause of a serde_lexpr::Error.

Type Definitions

Result

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