Enum rimd::SMFError [] [src]

pub enum SMFError {
    InvalidSMFFile(&'static str),
    MidiError(MidiError),
    MetaError(MetaError),
    Error(Error),
}

An error that occured in parsing an SMF

Variants

Trait Implementations

impl Debug for SMFError
[src]

Formats the value using the given formatter.

impl From<Error> for SMFError
[src]

Performs the conversion.

impl From<MidiError> for SMFError
[src]

Performs the conversion.

impl From<MetaError> for SMFError
[src]

Performs the conversion.

impl From<FromUtf8Error> for SMFError
[src]

Performs the conversion.

impl Error for SMFError
[src]

A short description of the error. Read more

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

impl Display for SMFError
[src]

Formats the value using the given formatter. Read more