Struct syntex_pos::FileMapAndLine [] [src]

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

Fields

Trait Implementations

impl Debug for FileMapAndLine
[src]

Formats the value using the given formatter.