Expand description
Span
annotation, independent yet compatible with proc_macro2::Span
Re-uses LineColumn
, where .line
is 1-indexed, and .column
s are
0-indexed, .end
is inclusive.
Structsยง
- Line
Column - A line-column pair representing the start or end of a
Span
. - Span
- Relative span in relation to the beginning of a doc comment.