Struct syntax_pos::FileMapAndLine [] [src]

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

Fields

Trait Implementations

impl Debug for FileMapAndLine
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for FileMapAndLine

impl !Sync for FileMapAndLine