pub trait YoleckAutoEditExt {
// Required method
fn add_yoleck_auto_edit<T: Component<Mutability = Mutable> + YoleckComponent + YoleckAutoEdit + YoleckEntityRefAccessor>(
&mut self,
);
}Required Methods§
fn add_yoleck_auto_edit<T: Component<Mutability = Mutable> + YoleckComponent + YoleckAutoEdit + YoleckEntityRefAccessor>( &mut self, )
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.