Trait async_component_core::AsyncComponent
source · pub trait AsyncComponent {
fn update_component(&mut self) -> bool;
}
Expand description
Core trait
pub trait AsyncComponent {
fn update_component(&mut self) -> bool;
}
Core trait