Struct amethyst_audio::DecoderError [−][src]
pub struct DecoderError;
An error occurred while decoding the source.
Trait Implementations
impl Debug for DecoderError[src]
impl Debug for DecoderErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for DecoderError[src]
impl Display for DecoderErrorfn fmt(&self, formatter: &mut Formatter) -> FmtResult[src]
fn fmt(&self, formatter: &mut Formatter) -> FmtResultFormats the value using the given formatter. Read more
impl Error for DecoderError[src]
impl Error for DecoderErrorAuto Trait Implementations
impl Send for DecoderError
impl Send for DecoderErrorimpl Sync for DecoderError
impl Sync for DecoderError