Struct midir::ConnectError [] [src]

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

An error that can occur when trying to connect to a port.

Methods

impl<T> ConnectError<T>
[src]

[src]

[src]

Helper method to create ConnectErrorKind::Other.

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

Formats the value using the given formatter. Read more

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

[src]

A short description of the error. Read more

1.0.0
[src]

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