Function rustc_ast::mut_visit::visit_vec

source ·
pub fn visit_vec<T, F>(elems: &mut Vec<T>, visit_elem: F)
where F: FnMut(&mut T),