pub fn walk_binary<'ast, 'arena, W, C>( walker: &W, binary: &'ast Binary<'arena>, context: &mut C, )where W: ?Sized + Walker<'ast, 'arena, C>,