pub trait CapStdExtCommandExt {
// Required methods
fn take_fd_n(&mut self, fd: Arc<OwnedFd>, target: i32) -> &mut Self;
fn cwd_dir(&mut self, dir: Dir) -> &mut Self;
}
Expand description
Extension trait for std::process::Command
.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.