Trait bones_framework::prelude::System
source · pub trait System<In, Out> {
// Required methods
fn run(&mut self, world: &World, input: In) -> Out;
fn name(&self) -> &str;
}
Expand description
Trait implemented by systems.