Struct syntax_pos::FileMapAndLine[][src]

pub struct FileMapAndLine {
    pub fm: Lrc<FileMap>,
    pub line: usize,
}

Fields

Trait Implementations

impl Debug for FileMapAndLine
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations