[][src]Trait oxygengine_script_web::interface::ComponentModify

pub trait ComponentModify<R> {
    fn modify_component(&mut self, source: R);
}

Required methods

fn modify_component(&mut self, source: R)

Loading content...

Implementors

impl<T, R> ComponentModify<R> for T where
    T: Component + From<R>, 
[src]

Loading content...