Struct midir::ConnectError [] [src]

pub struct ConnectError<T> { /* fields omitted */ }

Methods

impl<T> ConnectError<T>
[src]

Helper method to create ConnectErrorKind::Other.

Trait Implementations

impl<T> Debug for ConnectError<T>
[src]

Formats the value using the given formatter.

impl<T> Display for ConnectError<T>
[src]

Formats the value using the given formatter. Read more