Struct isolated::Process[][src]

pub struct Process { /* fields omitted */ }
Expand description

Offers an API similar to std::process::Child. When dropping, attempts termination and cleanup.

Implementations

Spawns a new process as specified by command.

Wait until the process completes, and return it’s status.

Send a signal to the process. Panics if wait has returned succesfully before.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.