Type Definition portmidi::types::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

PortMidi result type.

Trait Implementations

Converts to this type from the input type.