pub trait CommandExt: Sealed {
// Required method
fn create_pidfd(&mut self, val: bool) -> &mut Command;
}
🔬This is a nightly-only experimental API. (
linux_pidfd
#82971)Available on Linux only.
Expand description
特定于操作系统的 Command
的扩展