Expand description
Contains all the definition and implementations for the enums/traits/structs for the Span related stuff.
(BytePos
, Span
)
Structs§
- BytePos
- Represents a position in bytes within a source file.
- Span
- Represents a span in a source file, defined by a start and end byte position.
Traits§
- Spanned
- A trait representing an object that has an associated span in the source code.