Struct bigbro::Child [] [src]

pub struct Child { /* fields omitted */ }

A currently running (or possibly already completed) child process.

Methods

impl Child
[src]

Force the child process to exit

Ask the child process to exit

Wait for child to finish

Check if the child has finished

Trait Implementations

impl Debug for Child
[src]

Formats the value using the given formatter.