pub trait AsyncComponent {
    fn update_component(&mut self);
}
Expand description

Core trait

Required Methods§

Implementors§