Struct swc_common::source_map::LineInfo [−][src]
Fields
line_index: usizeIndex of line, starting from 0.
start_col: CharPosColumn in line where span begins, starting from 0.
end_col: CharPosColumn in line where span ends, starting from 0, exclusive.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LineInfoimpl UnwindSafe for LineInfoBlanket Implementations
Mutably borrows from an owned value. Read more