Struct rustc_ap_rustc_span::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
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V