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

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

Fields

fm: Rc<FileMap> line: usize

Trait Implementations

impl Debug for FileMapAndLine
[src]

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

Formats the value using the given formatter.