Struct svg::Error [] [src]

pub struct Error {
    pub line: usize,
    pub column: usize,
    pub message: String,
}

An error.

Fields

line: usize column: usize message: String

Trait Implementations

impl Debug for Error
[src]

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

Formats the value using the given formatter.