pub trait PipelineEngine {
    fn setup(&mut self, graph: PipelineGraph);
fn run(&self, universe: &mut Universe); }

Required methods

Implementors