register_hooks

Macro register_hooks 

Source
macro_rules! register_hooks {
    ($name:ident < ($args:tt)* >) => { ... };
    ($hook_type:ty) => { ... };
}
Expand description

Registers the hooks type to the gateway. This macro must be called in the library crate root for the local hooks implementation.