Struct parity_snappy::InvalidInput[][src]

pub struct InvalidInput;

Attempted to decompress an uncompressed buffer.

Trait Implementations

impl Debug for InvalidInput
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidInput
[src]

This method is soft-deprecated. Read more

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

impl Display for InvalidInput
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations