Struct syntex_syntax::codemap::FileMapAndBytePos [] [src]

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

Fields

fm
pos

Trait Implementations

Derived Implementations

impl Debug for FileMapAndBytePos

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