Struct procspawn::ProcConfig[][src]

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

Can be used to configure the process.

Implementations

Creates a default proc config.

Attaches a callback that is used to initializes all processes.

Enables or disables argument passing.

By default all arguments are forwarded to the spawned process.

Configure the automatic panic handling.

The default behavior is that panics are caught and that a panic handler is installed.

Configures if backtraces should be captured.

The default behavior is that if panic handling is enabled backtraces will be captured.

This requires the backtrace feature.

Controls whether backtraces should be resolved.

Consumes the config and initializes the process.

Trait Implementations

Returns the “default value” for a 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.