Trait cap_std_ext::cmdext::CapStdExtCommandExt
source · [−]pub trait CapStdExtCommandExt {
fn take_fd_n(&mut self, fd: Arc<OwnedFd>, target: i32) -> &mut Self;
}Expand description
Extension trait for std::process::Command.