Enum vorbis::Error [] [src]

pub enum Error {
    Undecodable(&'static str),
    WrongPacketKind(&'static str),
    ExpectedEof(&'static str),
    Io(Error),
}

Variants

Methods

impl Error
[src]

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.