Struct flate2::DataError [] [src]

pub struct DataError(_);

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 DataError
[src]

Formats the value using the given formatter.

impl Error for DataError
[src]

A short description of the error. Read more

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

impl Display for DataError
[src]

Formats the value using the given formatter.