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