Type Definition portmidi::types::Result

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

PortMidi result type.

Trait Implementations§

source§

impl From<PmError> for Result<()>

source§

fn from(err: PmError) -> Self

Converts to this type from the input type.