Struct flate2::DecompressError[][src]

pub struct DecompressError(_);

Error returned when a decompression object finds that the input stream of bytes was not a valid input stream of bytes.

Trait Implementations

impl Debug for DecompressError
[src]

Formats the value using the given formatter. Read more

impl Error for DecompressError
[src]

This method is soft-deprecated. Read more

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

impl From<DecompressError> for Error
[src]

Performs the conversion.

impl Display for DecompressError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DecompressError

impl Sync for DecompressError