pub(crate) type HookableInProcessExecutor<'a, H, HT, OT, S> = GenericInProcessExecutor<H, &'a mut H, HT, OT, S>;Expand description
The inprocess executor that allows hooks
Aliased Type§
pub(crate) struct HookableInProcessExecutor<'a, H, HT, OT, S> {
harness_fn: &'a mut H,
inner: GenericInProcessExecutorInner<HT, OT, S>,
phantom: PhantomData<(*const H, &'a mut H)>,
}Fields§
§harness_fn: &'a mut H§inner: GenericInProcessExecutorInner<HT, OT, S>§phantom: PhantomData<(*const H, &'a mut H)>