[][src]Trait bevy_audio::Decodable

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

Associated Types

type Decoder

Loading content...

Required methods

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

Loading content...

Implementors

impl Decodable for AudioSource[src]

Loading content...