Struct syntax_pos::LocWithOpt[][src]

pub struct LocWithOpt {
    pub filename: FileName,
    pub line: usize,
    pub col: CharPos,
    pub file: Option<Lrc<FileMap>>,
}

A source code location used as the result of lookup_char_pos_adj

Fields

Trait Implementations

impl Debug for LocWithOpt
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for LocWithOpt

impl !Sync for LocWithOpt