Structs§
- A human-readable representation for a span, tailored for text source.
- A source code span, used for error reporting.
- Wrapper class for
Error
, augmenting it with a list ofSpanContext
s.
Traits§
- AddSpan 🔒Convenience trait for
Error
to be able to apply spans to anything. - Trait abstracting over getting a span from an
Arena
or aUniqueArena
.
Type Aliases§
- A source code span together with “context”, a user-readable description of what part of the error it refers to.