YoleckAutoEditExt

Trait YoleckAutoEditExt 

Source
pub trait YoleckAutoEditExt {
    // Required method
    fn add_yoleck_auto_edit<T: Component<Mutability = Mutable> + YoleckComponent + YoleckAutoEdit + YoleckEntityRefAccessor>(
        &mut self,
    );
}

Required Methods§

Source

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.

Implementations on Foreign Types§

Source§

impl YoleckAutoEditExt for App

Source§

fn add_yoleck_auto_edit<T: Component<Mutability = Mutable> + YoleckComponent + YoleckAutoEdit + YoleckEntityRefAccessor>( &mut self, )

Implementors§