Macro visit_vec

Source
macro_rules! visit_vec {
    ($args:expr, $pat:pat => $fun:expr) => { ... };
}