Type Alias Component

Source
pub type Component = Rc<dyn Runnable + 'static>;
Expand description

The type of a component that can be registered with the Engine so that it will automatically be spawned.

Aliased Typeยง

pub struct Component { /* private fields */ }