add_hook
Method
This is a method of the HookRegistry class in the hooks module.Add a hook
Signature
Parameters
HookEvent
required
No description available.
impl Fn(&HookInput
required
No description available.
Returns
HookResult + Send + Sync + 'static,
) -> &mut Self
The result of the operation.

