Enum wavefile::error::WaveError [] [src]

pub enum WaveError {
    IoError(Error),
    Unsupported(String),
    ParseError(String),
}

Variants

Trait Implementations

impl Debug for WaveError
[src]

Formats the value using the given formatter.

impl From<Error> for WaveError
[src]

Performs the conversion.

impl From<Error> for WaveError
[src]

Performs the conversion.

impl Error for WaveError
[src]

A short description of the error. Read more

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

impl Display for WaveError
[src]

Formats the value using the given formatter. Read more