Struct flate2::CompressError[][src]

pub struct CompressError(_);

Error returned when a compression object is used incorrectly or otherwise generates an error.

Trait Implementations

impl Debug for CompressError
[src]

Formats the value using the given formatter. Read more

impl Error for CompressError
[src]

This method is soft-deprecated. Read more

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

impl From<CompressError> for Error
[src]

Performs the conversion.

impl Display for CompressError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CompressError

impl Sync for CompressError