Struct syntex_syntax::codemap::FileMapAndLine [] [src]

pub struct FileMapAndLine {
    pub fm: Rc<FileMap>,
    pub line: usize,
}

Fields

fm
line

Trait Implementations

Derived Implementations

impl Debug for FileMapAndLine

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