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