Struct syntax_pos::SourceFileAndLine[][src]

pub struct SourceFileAndLine {
    pub fm: Lrc<SourceFile>,
    pub line: usize,
}

Fields

Trait Implementations

impl Debug for SourceFileAndLine
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations