Struct rustfmt::codemap::LineRange [] [src]

pub struct LineRange {
    pub file: Rc<FileMap>,
    pub lo: usize,
    pub hi: usize,
}

A range of lines in a file, inclusive of both ends.

Fields

Methods

impl LineRange
[src]

[src]