pub fn field_value(field: &SyntaxNode) -> Option<SyntaxNode>Expand description
The VALUE node of a FIELD (the right-hand side of =), or None if absent.
pub fn field_value(field: &SyntaxNode) -> Option<SyntaxNode>The VALUE node of a FIELD (the right-hand side of =), or None if absent.