Skip to main content

register_pass

Macro register_pass 

Source
macro_rules! register_pass {
    ($id:expr, $name:expr, $handler:expr) => { ... };
}
Expand description

Macro helper for static-registry style registration. Each participating binary should call register_pass!(ID, "name", |args| { ... }) at startup.