Modules§
Structs§
- A simple wrapper for
std::process::Child - Keeps a specific already existing process in the foreground as long as the
ForegroundGuard. If the process needs to be spawned in the foreground, useForegroundChildinstead. This is used to temporarily bring plugin processes into the foreground.