Struct syntex_syntax::codemap::LineInfo
[−]
[src]
pub struct LineInfo { pub line_index: usize, pub start_col: CharPos, pub end_col: CharPos, }
Fields
line_index | Index of line, starting from 0. |
start_col | Column in line where span begins, starting from 0. |
end_col | Column in line where span ends, starting from 0, exclusive. |