Struct syntax_pos::SourceFileAndBytePos[][src]

pub struct SourceFileAndBytePos {
    pub fm: Lrc<SourceFile>,
    pub pos: BytePos,
}

Fields

Trait Implementations

impl Debug for SourceFileAndBytePos
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations