Trait amethyst_ecs::Processor [] [src]

pub trait Processor {
    fn process(&mut self);
}

The trait implemented by all processors.

Required Methods

TODO: Need to finalize API design here, according to issue #10.

Implementors