pub fn walk_access<'ast, 'arena, W, C>( walker: &W, access: &'ast Access<'arena>, context: &mut C, )where W: ?Sized + Walker<'ast, 'arena, C>,