[][src]Trait portable_pty::SlavePty

pub trait SlavePty {
    fn spawn_command(
        &self,
        cmd: CommandBuilder
    ) -> Result<Box<dyn Child + Send>, Error>; }

Represents the slave side of a pty. Can be used to spawn processes into the pty.

Required methods

fn spawn_command(
    &self,
    cmd: CommandBuilder
) -> Result<Box<dyn Child + Send>, Error>

Spawns the command specified by the provided CommandBuilder

Loading content...

Implementors

Loading content...