Expand description
Error type from parsing a document, and the position where it occurred
Macrosยง
- declare_
into ๐ - Helper: declare an Into<> implementation to automatically convert a $source into an Error with kind $kind.
Structsยง
- Error
- An error that occurred while parsing a directory object of some kind.
Enumsยง
- Build
Error - An error that occurs while trying to construct a network document.
- Netdoc
Error Kind - A variety of parsing error.
- Netdoc
Error ๐Source - The underlying source for an
Error. - Pos
- A position within a directory object. Used to tell where an error occurred.
Functionsยง
- offset_
in ๐ - If
ptris withins, return its byte offset.