[][src]Trait bevy::prelude::Decodable

pub trait Decodable: 'static + Send + Sync {
    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...