Trait cap_std_ext::cmdext::CapStdExtCommandExt
source · 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
.