define_hook

Macro define_hook 

Source
macro_rules! define_hook {
    (
        $($rest:tt)*
    ) => { ... };
}