pub struct InProcessHandlers {
    pub crash_handler: *const c_void,
    pub timeout_handler: *const c_void,
}
Expand description

The inmem executor’s handlers.

Fields

crash_handler: *const c_void

On crash C function pointer

timeout_handler: *const c_void

On timeout C function pointer

Implementations

Call before running a target.

Call after running a target.

Create new InProcessHandlers.

Replace the handlers with nop handlers, deactivating the handlers

Trait Implementations

Formats the value using the given formatter. 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 Resulting TupleList, of an Prepend::prepend() call, including the prepended entry. Read more

Prepend a value to this tuple, returning a new tuple with prepended value.

Should always be Self

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.