Trait assets::Asset[][src]

pub trait Asset: 'static + Send {
    type Data: AssetFormat<Output = Self::Data>;
}

Associated Types

Implementors