Type Alias glsl_lang::ast::PreprocessorUndef
source · pub type PreprocessorUndef = Node<PreprocessorUndefData>;
Expand description
Type alias for Node<PreprocessorUndefData>
.
Aliased Type§
struct PreprocessorUndef {
pub content: PreprocessorUndefData,
pub span: Option<NodeSpan>,
}
Fields§
§content: PreprocessorUndefData
Contents of this syntax node
span: Option<NodeSpan>
Span in the input this node was parsed from