Macros§
- methods 🔒
Structs§
- Absolute
Offset - Absolute
Span - An absolute span within the input. The offsets are stored as absolute offsets within a given source file. These are used for diagnostics or outputs but not internally during compilation.
- Offset
- OneColumn
- A one-based column number
- OneLine
- A one-based line number
- Span
- A span within the input.
- Zero
Column - A zero-based column number
- Zero
Line - A zero-based line number
Enums§
Traits§
- Into
Option Span - Either
SpanorOption<Span>. - Source
Spanned - Returns the span of this item in the source.
- Spanned
- Implemented by all things that have a span (and span itself).