Struct nu_system::ForegroundChild
source · pub struct ForegroundChild { /* private fields */ }Expand description
A simple wrapper for std::process::Child
It can only be created by ForegroundProcess::spawn.
pub struct ForegroundChild { /* private fields */ }A simple wrapper for std::process::Child
It can only be created by ForegroundProcess::spawn.