pub fn walk_struct_access<'hir, V>( v: &mut V, st: &'hir Expression<'hir>, _field: Ident, ) -> V::Resultwhere V: Visitor<'hir> + ?Sized,