pub trait PlanarHandle<T>where
Self: Component + Clone + Default + FromReflect + GetTypeRegistration + Reflect + SyncComponent,
T: Asset,{
// Required method
fn handle(&self) -> &Handle<T>;
}Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".