Struct alac::InvalidData [] [src]

pub struct InvalidData { /* fields omitted */ }

An error indicating user-provided data is invalid.

When decoding a packet this error can occur if the packet is invalid or corrupted, or if it has been truncated.

Trait Implementations

impl Debug for InvalidData
[src]

[src]

Formats the value using the given formatter.

impl Error for InvalidData
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for InvalidData
[src]

[src]

Formats the value using the given formatter. Read more

impl From<NotEnoughData> for InvalidData
[src]

[src]

Performs the conversion.