Enum cpal::FormatsEnumerationError [] [src]

pub enum FormatsEnumerationError {
    DeviceNotAvailable,
}

Error that can happen when enumerating the list of supported formats.

Variants

The device no longer exists. This can happen if the device is disconnected while the program is running.

Trait Implementations

impl Debug for FormatsEnumerationError
[src]

Formats the value using the given formatter.

impl Display for FormatsEnumerationError
[src]

Formats the value using the given formatter.

impl Error for FormatsEnumerationError
[src]

A short description of the error. Read more

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