Type Definition hyperpom::hooks::HookFn

source ·
pub type HookFn<LD, GD> = fn(_: &mut HookArgs<'_, LD, GD>) -> Result<ExitKind>;
Expand description

Type defining the function pointer signature for hooks.