Macro rustc_ast_ir::visit_opt

source ยท
macro_rules! visit_opt {
    ($visitor: expr, $method: ident, $opt: expr $(, $($extra_args: expr),* )?) => { ... };
}