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

Core trait

Required Methods§

Implementors§