Module span

Module span 

Source
Expand description

Code spans (which reference to a source file)

Structsยง

Span
Represents a certain range of a file. This is useful for marking the locations that certain tokens or errors occur. The position and length are both in BYTES. The byte offsets provided should be valid.