Trait assets::Asset [] [src]

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

Associated Types

Implementors