Struct syntax_pos::FileMapAndBytePos[][src]

pub struct FileMapAndBytePos {
    pub fm: Lrc<FileMap>,
    pub pos: BytePos,
}

Fields

Trait Implementations

impl Debug for FileMapAndBytePos
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations