pub fn visit_mock_view_def<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast MockViewDef<T>, )where V: Visit<'ast, T> + ?Sized,