pub trait ProcessExit: Send + Sync { // Required method fn exit_err(&mut self) -> Option<ServerError>; }