Trait peter_engine::graphics::ResourceKey
source · pub trait ResourceKey: Sized + Send + Sync + 'static + EnumArray<Self::Output> {
type Output: Sized + Send + Sync + 'static;
// Required method
fn load<App: PeterEngineApp>(self, rd: &mut RenderData<App>) -> Self::Output;
}Required Associated Types§
Required Methods§
fn load<App: PeterEngineApp>(self, rd: &mut RenderData<App>) -> Self::Output
Object Safety§
This trait is not object safe.