Struct syntex_pos::LocWithOpt [] [src]

pub struct LocWithOpt {
    pub filename: FileName,
    pub line: usize,
    pub col: CharPos,
    pub file: Option<Rc<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.