Enum rimd::MidiError [] [src]

pub enum MidiError {
    InvalidStatus(u8),
    OtherErr(&'static str),
    Error(Error),
}

An error that can occur trying to parse a midi message

Variants

Trait Implementations

impl Debug for MidiError
[src]

Formats the value using the given formatter.

impl From<Error> for MidiError
[src]

Performs the conversion.

impl Error for MidiError
[src]

A short description of the error. Read more

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

impl Display for MidiError
[src]

Formats the value using the given formatter. Read more