pub fn visit_module<V, T>(visitor: &mut V, module: &Module) -> ControlFlow<T>where V: Visit<T> + ?Sized,