pub fn walk_variable<'ast, 'arena, W, C>( walker: &W, variable: &'ast Variable<'arena>, context: &mut C, )where W: ?Sized + Walker<'ast, 'arena, C>,