pub trait Operator { // Required method fn run(&self, cancel_signal: Receiver<()>) -> JoinHandle<()>; }