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
ptr
is withins
, return its byte offset.