Struct ubend::Child[][src]

pub struct Child { /* fields omitted */ }

Methods

impl Child
[src]

Take ownership of stdin of the process.

If the setup didn't create a pipe for stdin or the pipe was already

Take ownership of stdout of the process.

If the setup didn't create a pipe for stdout or the pipe was already

Take ownership of stderr of the process.

If the setup didn't create a pipe for stderr or the pipe was already

Close stdin of the child process, read its stdout and stderr (if possible) and wait for the child process to finish.

Trait Implementations

impl Debug for Child
[src]

Formats the value using the given formatter. Read more

impl Drop for Child
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Child

impl Sync for Child