Struct syntax::codemap::FileMapAndLine [] [src]

pub struct FileMapAndLine {
    pub fm: Rc<FileMap>,
    pub line: usize,
}
Unstable (rustc_private)

Fields

fm: Rc<FileMap>
Unstable (rustc_private)
line: usize
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Debug for FileMapAndLine
[src]

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

Formats the value using the given formatter.