pub fn walk_class<'ast, 'arena, W, C>( walker: &W, class: &'ast Class<'arena>, context: &mut C, )where W: ?Sized + Walker<'ast, 'arena, C>,