Function walk_field

Source
pub fn walk_field<'hir, V>(v: &mut V, f: &'hir Field<'hir>) -> V::Result
where V: Visitor<'hir> + ?Sized,