Struct amethyst_audio::DecoderError [] [src]

pub struct DecoderError;

An error occurred while decoding the source.

Trait Implementations

impl Debug for DecoderError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for DecoderError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for DecoderError
[src]

[src]

A short description of the error. Read more

[src]

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

Auto Trait Implementations

impl Send for DecoderError

impl Sync for DecoderError