Struct sherr::Position[][src]

pub struct Position {
    pub file: &'static str,
    pub line: u32,
    pub column: u32,
}

Fields

Trait Implementations

impl Debug for Position
[src]

Formats the value using the given formatter. Read more

impl Display for Position
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Position

impl Sync for Position