Struct syntex_pos::FileMapAndBytePos [] [src]

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

Fields

Trait Implementations

impl Debug for FileMapAndBytePos
[src]

Formats the value using the given formatter.