Struct syntex_pos::FileMapAndBytePos [] [src]

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

Fields

fm: Rc<FileMap> pos: BytePos

Trait Implementations

impl Debug for FileMapAndBytePos
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.