pub fn walk_field_def<'a, V: Visitor<'a>>(
    visitor: &mut V,
    field: &'a FieldDef
) -> V::Result