[][src]Module serde_lexpr::parse::error

When parsing S-expressions goes wrong.

Structs

Error

This type represents the possible errors when parsing S-expression data.

Location

Location of a parse error.

Enums

Category

Categorizes the cause of a lexpr::parse::Error.

Type Definitions

Result

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