Struct xz_decom::XZError [] [src]

pub struct XZError {
    // some fields omitted
}

Error type for problems during decompression

Trait Implementations

impl Error for XZError

fn description(&self) -> &str

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

impl Display for XZError

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

Derived Implementations

impl Debug for XZError

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