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
filename: FileName
                           
                           
                           
                           line: usize
                           
                           
                           
                           col: CharPos
                           
                           
                           
                           file: Option<Lrc<FileMap>>
                           
                Trait Implementations
impl Debug for LocWithOpt[src] 
impl Debug for LocWithOptAuto Trait Implementations
impl !Send for LocWithOpt
impl !Send for LocWithOptimpl !Sync for LocWithOpt
impl !Sync for LocWithOpt