Struct xz_embedded_sys::XZRawError [] [src]

pub struct XZRawError {
    pub code: xz_ret,
}

A wrapper around xz_ret

Fields

Trait Implementations

impl Debug for XZRawError
[src]

Formats the value using the given formatter.

impl Display for XZRawError
[src]

Formats the value using the given formatter. Read more

impl From<xz_ret> for XZRawError
[src]

Performs the conversion.

impl Error for XZRawError
[src]

A short description of the error. Read more

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