pub fn visit_field_value<'ast, V>(v: &mut V, node: &'ast FieldValue) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.