Function rustc_ast::mut_visit::visit_opt

source ·
fn visit_opt<T, F>(opt: &mut Option<T>, visit_elem: F)
where F: FnMut(&mut T),