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