Struct trust_dns::error::ErrorLoc [] [src]

pub struct ErrorLoc {
    pub file: &'static str,
    pub line: u32,
    pub col: u32,
}

Fields

file
line
col

Trait Implementations

impl Debug for ErrorLoc

fn fmt(&self, f: &mut Formatter) -> Result

impl Display for ErrorLoc

fn fmt(&self, f: &mut Formatter) -> Result