Struct xz_embedded_sys::XZRawError [] [src]

pub struct XZRawError {
    pub code: xz_ret,
}

A wrapper around xz_ret

Fields

code

Trait Implementations

impl Display for XZRawError

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

impl From<xz_ret> for XZRawError

fn from(e: xz_ret) -> XZRawError

impl Error for XZRawError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for XZRawError

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