Enum cpal::FormatsEnumerationError
[−]
[src]
pub enum FormatsEnumerationError { DeviceNotAvailable, }
Error that can happen when enumerating the list of supported formats.
Variants
DeviceNotAvailable
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]
impl Display for FormatsEnumerationError
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more