Struct syntax::codemap::FileMapAndBytePos [] [src]

pub struct FileMapAndBytePos {
    pub fm: Rc<FileMap>,
    pub pos: BytePos,
}
Unstable (rustc_private)

Fields

fm: Rc<FileMap>
Unstable (rustc_private)
pos: BytePos
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Debug for FileMapAndBytePos
[src]

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

Formats the value using the given formatter.