Struct svg::parser::Error
[−]
[src]
pub struct Error { /* fields omitted */ }An error.
Methods
impl Error[src]
impl Errorpub fn new<T: Into<String>>((line, column): (usize, usize), message: T) -> Self[src]
pub fn new<T: Into<String>>((line, column): (usize, usize), message: T) -> SelfCreate an error.
Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for Error[src]
impl Error for Errorfn description(&self) -> &str[src]
fn description(&self) -> &strA short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Display for Error[src]
impl Display for Error