Struct office::Error []

pub struct Error(pub ErrorKind, pub (Option<Box<Error + Send>>, Option<Arc<Backtrace>>));

Methods

impl Error

Trait Implementations

impl Debug for Error

Formats the value using the given formatter.

impl Error for Error

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for Error

Formats the value using the given formatter. Read more

impl From<Error> for Error

Performs the conversion.

impl From<ZipError> for Error

Performs the conversion.

impl From<XmlError> for Error

Performs the conversion.

impl From<ParseIntError> for Error

Performs the conversion.

impl From<ParseFloatError> for Error

Performs the conversion.

impl From<Utf8Error> for Error

Performs the conversion.

impl From<FromUtf8Error> for Error

Performs the conversion.

impl From<ErrorKind> for Error

Performs the conversion.

impl<'a> From<&'a str> for Error

Performs the conversion.

impl From<String> for Error

Performs the conversion.

impl From<(XmlError, usize)> for Error
[src]

Performs the conversion.