pub trait ExternalRunnerExt { // Required methods fn start(&mut self) -> Result<(), &str>; fn close(self) -> Result<(), &'static str>; }