Struct bigbro::Killer [] [src]

pub struct Killer { /* fields omitted */ }

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

Methods

impl Killer
[src]

Force the child process to exit

Ask the child process to exit

Trait Implementations

impl Debug for Killer
[src]

Formats the value using the given formatter.

impl Copy for Killer
[src]

impl Clone for Killer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more