1pub enum HotRestartError { 2 CargoWatchNotInstalled, 3 CommandSpawnFailed(String), 4 CommandWaitFailed(String), 5 Other(String), 6}