Module parse_error

Source

Structs§

FileLocation
NoContext
ParseError
StringParseContext
A context for a parse error: the document (“backing”) and position in it. Unlike ParseableStr, owns the Backing, and does not contain the parsing window.

Traits§

Backing
A Source for parsing (XX rename it to Source?), without the location info.
IntoOwningBacking
ParseContext