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 Error for DataError

fn description(&self) -> &str

1.0.0fn cause(&self) -> Option<&Error>

impl Display for DataError

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Debug for DataError

fn fmt(&self, __arg_0: &mut Formatter) -> Result