Trait command_fds::CommandFdExt[][src]

pub trait CommandFdExt {
    fn fd_mappings(
        &mut self,
        mappings: Vec<FdMapping>
    ) -> Result<(), FdMappingCollision>; }

Extension to add file descriptor mappings to a Command.

Required methods

fn fd_mappings(
    &mut self,
    mappings: Vec<FdMapping>
) -> Result<(), FdMappingCollision>
[src]

Adds the given set of file descriptor to the command.

Calling this more than once on the same command may result in unexpected behaviour.

Loading content...

Implementations on Foreign Types

impl CommandFdExt for Command[src]

Loading content...

Implementors

Loading content...