lzma::error

Type Alias LzmaLibResult

Source
pub type LzmaLibResult = Result<lzma_ret, LzmaError>;

Aliased Type§

enum LzmaLibResult {
    Ok(lzma_ret),
    Err(LzmaError),
}

Variants§

§1.0.0

Ok(lzma_ret)

Contains the success value

§1.0.0

Err(LzmaError)

Contains the error value