[]Trait bevy::audio::prelude::Decodable

pub trait Decodable: 'static + Send + Sync {
    type Decoder;
    pub fn decoder(&self) -> Self::Decoder;
}

Associated Types

type Decoder

Loading content...

Required methods

pub fn decoder(&self) -> Self::Decoder

Loading content...

Implementors

impl Decodable for AudioSource

type Decoder = Decoder<Cursor<AudioSource>>

Loading content...