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]
impl Error for DataError
[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0
The lower-level cause of this error, if any. Read more