Module span

Module span 

Source
Expand description

Source location tracking

A Span represents a contiguous region of source code, used for error reporting and debugging.

Structsยง

Span
A span of source code, from start to end (exclusive) in a specific file.
Spanned
A value with an associated span