Macro rustc_ast::walk_list

source ·
macro_rules! walk_list {
    ($visitor: expr, $method: ident, $list: expr $(, $($extra_args: expr),* )?) => { ... };
}