pub fn walk_method<'ast, 'arena, W, C>( walker: &W, method: &'ast Method<'arena>, context: &mut C, )where W: ?Sized + Walker<'ast, 'arena, C>,