Module oxcable::error [] [src]

Provides a standardized error type for oxcable.

Reexports

pub use portaudio::pa::Error as PortAudioError;
pub use portmidi::PortMidiError;
pub use std::io::Error as IoError;
pub use self::Error::*;

Enums

Error

A global error type for all oxcable operations.

Type Definitions

Result

A specialized Result for oxcable.