Enum nannou::audio::stream::BuildError[][src]

pub enum BuildError {
    DefaultDevice,
    FormatEnumeration(FormatsEnumerationError),
    Creation(CreationError),
}

Variants

Trait Implementations

impl Debug for BuildError
[src]

Formats the value using the given formatter. Read more

impl From<CreationError> for BuildError
[src]

Performs the conversion.

impl From<FormatsEnumerationError> for BuildError
[src]

Performs the conversion.

impl Error for BuildError
[src]

This method is soft-deprecated. Read more

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

impl Display for BuildError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BuildError

impl Sync for BuildError