Enum cdrs::compression::CompressionError [] [src]

pub enum CompressionError {
    Snappy(Box<Error>),
    Lz4(String),
}

Variants

Trait Implementations

impl Debug for CompressionError
[src]

Formats the value using the given formatter.

impl Display for CompressionError
[src]

Formats the value using the given formatter.

impl Error for CompressionError
[src]

A short description of the error. Read more

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