pub trait RpcServer { // Required methods fn start(&mut self) -> Result<(), Box<dyn Error>>; fn stop(&mut self); }