pub trait CapStdExtCommandExt {
    fn take_fd_n(&mut self, fd: Arc<OwnedFd>, target: i32) -> &mut Self;
}
Expand description

Extension trait for std::process::Command.

Required methods

Pass a file descriptor into the target process.

Implementations on Foreign Types

Implementors