Enum lzma_rs::error::Error [] [src]

pub enum Error {
    IOError(Error),
    LZMAError(String),
    XZError(String),
}

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

[src]

Performs the conversion.