Struct bigbro::Child [] [src]

pub struct Child { /* fields omitted */ }

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

Methods

impl Child
[src]

[src]

Force the child process to exit

[src]

Ask the child process to exit

[src]

Wait for child to finish

[src]

Check if the child has finished

Trait Implementations

impl Debug for Child
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Child

impl Sync for Child