pub fn walk_param<'arena, 'src, V: Visitor<'arena, 'src> + ?Sized>(
visitor: &mut V,
param: &Param<'arena, 'src>,
) -> ControlFlow<()>Expand description
Visits a function/method parameter’s attributes, type hint, default expression, and property hooks.