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