Skip to main content

submit_hook

Macro submit_hook 

Source
macro_rules! submit_hook {
    ($name:ident, $point:expr, $tag_filter:expr, $order:expr, $handler:ident,) => { ... };
}
Expand description

Convenience macro for submitting hook registrations from proc macro expansion.