Struct xswag_base::code::Loc
[−]
[src]
pub struct Loc { pub line: LineIdx, pub col: ColIdx, }
Location within one file specified by line and column.
Fields
line | |
col |
pub struct Loc { pub line: LineIdx, pub col: ColIdx, }
Location within one file specified by line and column.
line | |
col |
impl Debug for Loc
impl Eq for Loc
impl PartialEq for Loc
impl Copy for Loc
impl Clone for Loc
fn clone(&self) -> Loc
fn clone_from(&mut self, source: &Self)